feat: add default entity value for payment account information in paymentIntent method
This commit is contained in:
@@ -74,6 +74,7 @@ class PurchaseController extends Controller
|
|||||||
'cvu' => $accountInfo['cvu'] ?? null,
|
'cvu' => $accountInfo['cvu'] ?? null,
|
||||||
'alias' => $accountInfo['alias'] ?? null,
|
'alias' => $accountInfo['alias'] ?? null,
|
||||||
'cuit' => $accountInfo['cuit'] ?? null,
|
'cuit' => $accountInfo['cuit'] ?? null,
|
||||||
|
'entidad' => $accountInfo['entity'] ?? 'Telepagos S.A.',
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user