浏览代码

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');