mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-04 05:43:37 +03:00
fix customer create externalId
This commit is contained in:
parent
b22941cc3e
commit
402d158489
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ class ModelExtensionRetailcrmOrder extends Model {
|
|||
'lastName' => $data['lastname'],
|
||||
'email' => $data['email'],
|
||||
'createdAt' => $data['date_added'],
|
||||
'externalId' => $data['customer_id'],
|
||||
'address' => array(
|
||||
'countryIso' => $data['payment_iso_code_2'],
|
||||
'index' => $data['payment_postcode'],
|
||||
|
|
Loading…
Add table
Reference in a new issue