fix run.php and ApiHelper.php
This commit is contained in:
parent
233071dd51
commit
1dccc60f9e
@ -97,10 +97,12 @@ class ApiHelper {
|
||||
if ($customerId === false) {
|
||||
try {
|
||||
$request = $this->crmClient->customersFixExternalIds(
|
||||
array(
|
||||
array(
|
||||
'id' => $customers['customers'][0]['id'],
|
||||
'externalId' => $order['externalId']
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
if ($request->isSuccessful()) {
|
||||
|
Loading…
Reference in New Issue
Block a user