Merge pull request #4 from sergeygw1990/master
fix run.php and ApiHelper.php
This commit is contained in:
commit
4719950457
@ -98,8 +98,10 @@ class ApiHelper {
|
||||
try {
|
||||
$request = $this->crmClient->customersFixExternalIds(
|
||||
array(
|
||||
'id' => $customers['customers'][0]['id'],
|
||||
'externalId' => $order['externalId']
|
||||
array(
|
||||
'id' => $customers['customers'][0]['id'],
|
||||
'externalId' => $order['externalId']
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user