Prechádzať zdrojové kódy

fix the tooeasy receive tokens

gdias 1 týždeň pred
rodič
commit
97608327c9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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');