feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
219 changed files with 760 additions and 10079 deletions
Showing only changes of commit f1ed9668fc - Show all commits

View File

@ -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,