Skip to content

Commit a35ee55

Browse files
committed
银联退款
1 parent d9ba76e commit a35ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Models/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected function wechatRefund($order, $gateway)
151151
protected function unionpayRefund($order, $gateway)
152152
{
153153
$biz = [
154-
'orderId' => $order['order_id'],
154+
'orderId' => 'T'.$order['order_id'],
155155
'txnTime' => date('YmdHis', strtotime($order['created_at']['date'])),
156156
'txnAmt' => $order['fee'] * 100,
157157
'queryId' => $order['query_id'],

0 commit comments

Comments
 (0)