Ken 6 일 전
부모
커밋
b25e4f6533
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Services/PaymentOrderService.php

+ 2 - 1
app/Services/PaymentOrderService.php

@@ -119,7 +119,8 @@ class PaymentOrderService extends BaseService
             'total_amount' => $totalAmount,
             'total_success' => $totalSuccess,
             'total_fail' => $totalFail,
-            'data' => $list];
+            'data' => $list
+        ];
     }
 
     /**