1
This commit is contained in:
parent
2096714a1e
commit
84dbec01c8
@ -615,7 +615,7 @@ class InquiryService extends BaseService
|
||||
|
||||
$options = array();
|
||||
$options['transaction_id'] = $order_inquiry['escrow_trade_no'];
|
||||
$options['out_refund_no'] = $inquiry_refund_no;
|
||||
$options['out_refund_no'] = (string)$inquiry_refund_no;
|
||||
$options['reason'] = $refund_reason;
|
||||
$options['amount'] = [
|
||||
'refund' => (int)$order_inquiry['payment_amount_total'] * 100,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user