소스 검색

fix the tooeasy receive tokens

gdias 1 주 전
부모
커밋
97608327c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');