// Merge -> 10309
This commit is contained in:
@@ -1140,7 +1140,9 @@ class eBayRequest
|
||||
else $reference = $skuItem;
|
||||
}
|
||||
|
||||
|
||||
$reference = trim($reference);
|
||||
if (!empty($reference))
|
||||
{
|
||||
$id_product = Db::getInstance()->getValue('
|
||||
SELECT `id_product` FROM `'._DB_PREFIX_.'product`
|
||||
WHERE `reference` = \''.pSQL($reference).'\'');
|
||||
@@ -1156,6 +1158,7 @@ class eBayRequest
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$orderList[] = array(
|
||||
'id_order_ref' => (string)$order->OrderID,
|
||||
|
||||
Reference in New Issue
Block a user