1
0
mirror of synced 2024-11-22 04:56:05 +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) { if ($customerId === false) {
try { try {
$request = $this->crmClient->customersFixExternalId( $request = $this->crmClient->customersFixExternalIds(
array( array(
'id' => $customers['customers'][0]['id'], 'id' => $customers['customers'][0]['id'],
'externalId' => $order['externalId'] 'externalId' => $order['externalId']