1
This commit is contained in:
parent
84dbec01c8
commit
cf9d3ff424
@ -618,8 +618,8 @@ class InquiryService extends BaseService
|
|||||||
$options['out_refund_no'] = (string)$inquiry_refund_no;
|
$options['out_refund_no'] = (string)$inquiry_refund_no;
|
||||||
$options['reason'] = $refund_reason;
|
$options['reason'] = $refund_reason;
|
||||||
$options['amount'] = [
|
$options['amount'] = [
|
||||||
'refund' => (int)$order_inquiry['payment_amount_total'] * 100,
|
'refund' => (int)($order_inquiry['payment_amount_total'] * 100),
|
||||||
'total' => (int)$order_inquiry['payment_amount_total'] * 100,
|
'total' => (int)($order_inquiry['payment_amount_total'] * 100),
|
||||||
'currency' => "CNY",
|
'currency' => "CNY",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user