mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-02 20:56:14 +03:00
Delete test.py
This commit is contained in:
parent
1ee23f40c9
commit
c20550f98c
1 changed files with 0 additions and 11 deletions
11
test.py
11
test.py
|
@ -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)
|
Loading…
Add table
Reference in a new issue