mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-03 04:19:37 +08:00
pay debug
This commit is contained in:
parent
bfe2f15866
commit
75b730c3b6
@ -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,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user