We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0c4f0 commit e554de3Copy full SHA for e554de3
tgtg/__init__.py
@@ -17,8 +17,8 @@
17
AUTH_POLLING_ENDPOINT = "auth/v3/authByRequestPollingId"
18
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v3/signUpByEmail"
19
REFRESH_ENDPOINT = "auth/v3/token/refresh"
20
-ACTIVE_ORDER_ENDPOINT = "order/v6/active"
21
-INACTIVE_ORDER_ENDPOINT = "order/v6/inactive"
+ACTIVE_ORDER_ENDPOINT = "order/v7/active"
+INACTIVE_ORDER_ENDPOINT = "order/v7/inactive"
22
CREATE_ORDER_ENDPOINT = "order/v7/create/"
23
ABORT_ORDER_ENDPOINT = "order/v7/{}/abort"
24
ORDER_STATUS_ENDPOINT = "order/v7/{}/status"
0 commit comments