feat: add payment intent handling in PurchaseController with validation and QR generation
This commit is contained in:
@@ -21,7 +21,7 @@ class TelepagosIntegrationService extends BaseIntegrationService
|
||||
if ($integrationCode === 'telepagos' && !app()->environment('production')) {
|
||||
$integrationCode = 'telepagos_homo';
|
||||
}
|
||||
|
||||
|
||||
$this->integrationCode = $integrationCode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user