deleted debugging code (#5)

This commit is contained in:
Vitaly Artemev 2016-10-21 17:12:22 +03:00 committed by Alex Lushpai
parent 39e1684e7c
commit 647f7b3faf

View File

@ -153,6 +153,4 @@ foreach($products as $product) {
$order['items'][] = $item;
}
var_dump($order); die();
$api->ordersEdit($order);