mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-03 03:39:51 +08:00
pay debug
This commit is contained in:
@ -288,7 +288,7 @@ class PayEase
|
||||
'merchantId' => $this->config['merchantId'],
|
||||
'requestId' => $params['order_no'],
|
||||
'amount' => $params['refund_price']*100,
|
||||
'orderId' => $params['order_no'],
|
||||
'orderId' => $params['trade_no'],
|
||||
//'notifyUrl' => $params['notify_url'],
|
||||
'remark' => $refund_reason,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user