Ken 4 日 前
コミット
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
+        ];
     }
 
     /**