Ken 5 өдөр өмнө
parent
commit
b25e4f6533

+ 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
+        ];
     }
 
     /**