From c20550f98ce248fa8eb5936568cc116074bad5f9 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 13 Nov 2014 13:00:58 +0300 Subject: [PATCH] Delete test.py --- test.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index c42d791..0000000 --- a/test.py +++ /dev/null @@ -1,11 +0,0 @@ -from Intaro import IntaroApy - -crm = IntaroApy('hhttps://demo.intarocrm.ru', 'uLxXKBwjQteE9NkO3cJAqTXNwvKktaTc') - -order = { - 'firstName': 'Intaro Test', - 'phone': '+79000000000', - 'orderMethod': 'landing-page' -} - -result = crm.orderCreate(order)