cqpCow 11 mesi fa
parent
commit
dc80ce5817
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Service/CheckService.php

+ 1 - 1
app/Service/CheckService.php

@@ -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,
         ];