Ken 4 hari lalu
induk
melakukan
b25e4f6533
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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
+        ];
     }
 
     /**