Update ApiHelper.php
This commit is contained in:
parent
b0fc046f96
commit
12c078ad82
@ -96,7 +96,7 @@ class ApiHelper {
|
||||
|
||||
if ($customerId === false) {
|
||||
try {
|
||||
$request = $this->crmClient->customersFixExternalId(
|
||||
$request = $this->crmClient->customersFixExternalIds(
|
||||
array(
|
||||
'id' => $customers['customers'][0]['id'],
|
||||
'externalId' => $order['externalId']
|
||||
@ -163,4 +163,4 @@ class ApiHelper {
|
||||
return $toUpload;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user