feat: add default entity value for payment account information in paymentIntent method

This commit is contained in:
ncoronel 2026-07-06 16:53:58 -03:00
parent 2c2cf45f78
commit 4edda0bfd8
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class PurchaseController extends Controller
'cvu' => $accountInfo['cvu'] ?? null,
'alias' => $accountInfo['alias'] ?? null,
'cuit' => $accountInfo['cuit'] ?? null,
'entidad' => $accountInfo['entity'] ?? 'Telepagos S.A.',
],
]);
} catch (\Exception $e) {