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;
}
$fiatAmount = $goodsMeta['price'];
$orderId = OrderId::gen();
$params = array(
network, crypto, address, fiat, fiatAmount, payWayCode, country, accountId, orderId
$network,
$crypto,
$address,
$fiat,
$fiatAmount,
$payWayCode,
$country,
myself()->_getAccountId(),
$orderId
);
}