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