Skip to content

Commit e554de3

Browse files
Update __init__.py (#278)
Updated "ACTIVE_ORDER_ENDPOINTS" and "INACTIVE_ORDER_ENDPOINTS" from v6 -> v7.
1 parent bb0c4f0 commit e554de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tgtg/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
AUTH_POLLING_ENDPOINT = "auth/v3/authByRequestPollingId"
1818
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v3/signUpByEmail"
1919
REFRESH_ENDPOINT = "auth/v3/token/refresh"
20-
ACTIVE_ORDER_ENDPOINT = "order/v6/active"
21-
INACTIVE_ORDER_ENDPOINT = "order/v6/inactive"
20+
ACTIVE_ORDER_ENDPOINT = "order/v7/active"
21+
INACTIVE_ORDER_ENDPOINT = "order/v7/inactive"
2222
CREATE_ORDER_ENDPOINT = "order/v7/create/"
2323
ABORT_ORDER_ENDPOINT = "order/v7/{}/abort"
2424
ORDER_STATUS_ENDPOINT = "order/v7/{}/status"

0 commit comments

Comments
 (0)