Ken hace 5 días
padre
commit
b25e4f6533
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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
+        ];
     }
 
     /**