email -> mail
This commit is contained in:
@ -76,7 +76,7 @@ class Customer extends AbstractEndPoint
|
|||||||
$paramsMap = [
|
$paramsMap = [
|
||||||
'government_id' => 'rut',
|
'government_id' => 'rut',
|
||||||
'external_id' => 'rut',
|
'external_id' => 'rut',
|
||||||
'email' => 'email',
|
'mail' => 'email',
|
||||||
'name' => 'nombreCompleto',
|
'name' => 'nombreCompleto',
|
||||||
'phone_number' => 'telefono',
|
'phone_number' => 'telefono',
|
||||||
'pac_mandate_id' => null,
|
'pac_mandate_id' => null,
|
||||||
|
Reference in New Issue
Block a user