removed var_dumps
This commit is contained in:
parent
0ce0403311
commit
be7d3d76cd
@ -199,8 +199,6 @@ class ICrmOrderActions
|
||||
// pushing existing orders
|
||||
foreach ($orderHistory as $order) {
|
||||
|
||||
var_dump($order);
|
||||
|
||||
if(!isset($order['externalId']) && !$order['externalId']) {
|
||||
|
||||
continue;
|
||||
@ -413,8 +411,6 @@ class ICrmOrderActions
|
||||
'DELIVERY_ID' => $optionsDelivTypes[$order['deliveryType']],
|
||||
'STATUS_ID' => $optionsPayStatuses[$order['status']]
|
||||
));
|
||||
|
||||
var_dump($arFields);
|
||||
|
||||
CSaleOrder::Update($order['externalId'], $arFields);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user