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 = [
'government_id' => 'rut',
'external_id' => 'rut',
'email' => 'email',
'mail' => 'email',
'name' => 'nombreCompleto',
'phone_number' => 'telefono',
'pac_mandate_id' => null,