cqpCow 11 달 전
부모
커밋
dc80ce5817
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
         ];