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