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