From 647f7b3fafe74231e5d3819888706a8f81d9b526 Mon Sep 17 00:00:00 2001 From: Vitaly Artemev Date: Fri, 21 Oct 2016 17:12:22 +0300 Subject: [PATCH] deleted debugging code (#5) --- retailcrm/job/missing.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/retailcrm/job/missing.php b/retailcrm/job/missing.php index 41fe5c0..3575f69 100644 --- a/retailcrm/job/missing.php +++ b/retailcrm/job/missing.php @@ -153,6 +153,4 @@ foreach($products as $product) { $order['items'][] = $item; } -var_dump($order); die(); - $api->ordersEdit($order);