1
This commit is contained in:
parent
0c4c0a789d
commit
666496ab60
@ -215,6 +215,7 @@ class ShopController extends BaseAuthedController {
|
|||||||
$nowTime = myself()->_getNowTime();
|
$nowTime = myself()->_getNowTime();
|
||||||
$fiatAmount = $goodsMeta['price'];
|
$fiatAmount = $goodsMeta['price'];
|
||||||
$orderId = OrderId::gen();
|
$orderId = OrderId::gen();
|
||||||
|
$slat = uniqid();
|
||||||
$params = array(
|
$params = array(
|
||||||
$network,
|
$network,
|
||||||
$crypto,
|
$crypto,
|
||||||
@ -225,7 +226,8 @@ class ShopController extends BaseAuthedController {
|
|||||||
$country,
|
$country,
|
||||||
myself()->_getAccountId(),
|
myself()->_getAccountId(),
|
||||||
$orderId,
|
$orderId,
|
||||||
$nowTime
|
$nowTime,
|
||||||
|
$salt
|
||||||
);
|
);
|
||||||
OutAppOrder::add(
|
OutAppOrder::add(
|
||||||
$orderId,
|
$orderId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user