This commit is contained in:
aozhiwei 2023-08-02 16:21:08 +08:00
parent a79a11762e
commit 8a283fcd91

View File

@ -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
); );
} }