1
0
mirror of synced 2024-11-21 20:46:04 +03:00

Update ApiHelper.php

This commit is contained in:
Alex Lushpai 2016-02-24 14:24:59 +03:00
parent b0fc046f96
commit 12c078ad82

View File

@ -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;
}
}
}