|
@@ -472,7 +472,7 @@ class CheckService extends Service
|
|
|
'data_type' => PaymentReceipt::type_one,
|
|
|
'data_order_no' => $order_number,
|
|
|
'data_order_type' => PaymentReceipt::data_type_one,
|
|
|
- 'amount' => $order['amount'],
|
|
|
+ 'amount' => $order['purchase_total'],
|
|
|
'type' => PaymentReceiptInfo::type_three,
|
|
|
'crt_time' => $time,
|
|
|
];
|