We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ba76e commit a35ee55Copy full SHA for a35ee55
src/App/Models/Order.php
@@ -151,7 +151,7 @@ protected function wechatRefund($order, $gateway)
151
protected function unionpayRefund($order, $gateway)
152
{
153
$biz = [
154
- 'orderId' => $order['order_id'],
+ 'orderId' => 'T'.$order['order_id'],
155
'txnTime' => date('YmdHis', strtotime($order['created_at']['date'])),
156
'txnAmt' => $order['fee'] * 100,
157
'queryId' => $order['query_id'],
0 commit comments