diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index be404cb7..bd4eb789 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -211,6 +211,7 @@ class ShopController extends BaseAuthedController { return; } + $nowTime = myself()->_getNowTime(); $fiatAmount = $goodsMeta['price']; $orderId = OrderId::gen(); $params = array( @@ -222,7 +223,8 @@ class ShopController extends BaseAuthedController { $payWayCode, $country, myself()->_getAccountId(), - $orderId + $orderId, + $nowTime ); }