Delete test.py

This commit is contained in:
Alex Lushpai 2014-11-13 13:00:58 +03:00
parent 1ee23f40c9
commit c20550f98c

11
test.py
View File

@ -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)