1
This commit is contained in:
parent
a79a11762e
commit
8a283fcd91
@ -211,9 +211,18 @@ class ShopController extends BaseAuthedController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$fiatAmount = $goodsMeta['price'];
|
||||||
$orderId = OrderId::gen();
|
$orderId = OrderId::gen();
|
||||||
$params = array(
|
$params = array(
|
||||||
network, crypto, address, fiat, fiatAmount, payWayCode, country, accountId, orderId
|
$network,
|
||||||
|
$crypto,
|
||||||
|
$address,
|
||||||
|
$fiat,
|
||||||
|
$fiatAmount,
|
||||||
|
$payWayCode,
|
||||||
|
$country,
|
||||||
|
myself()->_getAccountId(),
|
||||||
|
$orderId
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user