feat: add payment intent handling in PurchaseController with validation and QR generation

This commit is contained in:
2026-07-06 11:47:04 -03:00
parent 3731cd67fe
commit 6bda3bf013
6 changed files with 89 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class TelepagosIntegrationService extends BaseIntegrationService
if ($integrationCode === 'telepagos' && !app()->environment('production')) {
$integrationCode = 'telepagos_homo';
}
$this->integrationCode = $integrationCode;
}