email -> mail

This commit is contained in:
Juan Pablo Vial
2025-06-06 18:25:12 -04:00
parent f9ae809fc4
commit f1ed9668fc

View File

@ -76,7 +76,7 @@ class Customer extends AbstractEndPoint
$paramsMap = [
'government_id' => 'rut',
'external_id' => 'rut',
'email' => 'email',
'mail' => 'email',
'name' => 'nombreCompleto',
'phone_number' => 'telefono',
'pac_mandate_id' => null,