cqpCow 1 rok temu
rodzic
commit
1dd31b8b8d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Service/CheckService.php

+ 1 - 1
app/Service/CheckService.php

@@ -903,7 +903,7 @@ class CheckService extends Service
                 'order' => $msg,
             ];
 
-            $oa = new OaService();
+            $oa = new OaService($user);
             list($bool,$msg) = $oa->createOaOrder($args);
             if(! $bool) {
                 DB::rollBack();