wesmiler hace 3 meses
padre
commit
26cf6bcc10
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Services/PaymentService.php

+ 2 - 1
app/Services/PaymentService.php

@@ -602,7 +602,8 @@ class PaymentService extends BaseService
                         return false;
                     }
 
-                    break;
+                    DB::commit();
+                    return true;
                 default:
                     break;
             }