Explorar el Código

fix the tooeasy receive tokens

gdias hace 1 semana
padre
commit
97608327c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/PaymentConfirmController.php

+ 1 - 1
controllers/PaymentConfirmController.php

@@ -185,7 +185,7 @@ class PaymentConfirmController
             throw new \InvalidArgumentException('CPR sem usuário associado.');
         }
 
-        $companyId = 1;
+        $companyId = 2;
         $wallet = $this->findWalletByCompanyId($companyId);
 
         $commoditiesName = $this->requireStringField($cpr, ['cpr_product_name'], 'cpr_product_name');