ahivert/tgtg-python

How can I pay for an order manually?

Opened this issue · 1 comments

First of all, thank you for this great API.

I tried the code snippet "create an order",

order = client.create_order(item_id, number_of_items_to_order)
print(order)

but I don't see a payment option when I manually check in the app.

Have I done something wrong or is it not possible to pay manually?

Orders made through the API are not shown in the app until payment is complete. You need to implement the payment API calls yourself like described in issue #215