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;
|
||||
@ -414,8 +412,6 @@ class ICrmOrderActions
|
||||
'STATUS_ID' => $optionsPayStatuses[$order['status']]
|
||||
));
|
||||
|
||||
var_dump($arFields);
|
||||
|
||||
CSaleOrder::Update($order['externalId'], $arFields);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user