Skip to content

Commit

Permalink
Update __init__.py (#278)
Browse files Browse the repository at this point in the history
Updated "ACTIVE_ORDER_ENDPOINTS" and "INACTIVE_ORDER_ENDPOINTS" from v6 -> v7.
  • Loading branch information
brandonbondig authored Nov 30, 2023
1 parent bb0c4f0 commit e554de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgtg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
AUTH_POLLING_ENDPOINT = "auth/v3/authByRequestPollingId"
SIGNUP_BY_EMAIL_ENDPOINT = "auth/v3/signUpByEmail"
REFRESH_ENDPOINT = "auth/v3/token/refresh"
ACTIVE_ORDER_ENDPOINT = "order/v6/active"
INACTIVE_ORDER_ENDPOINT = "order/v6/inactive"
ACTIVE_ORDER_ENDPOINT = "order/v7/active"
INACTIVE_ORDER_ENDPOINT = "order/v7/inactive"
CREATE_ORDER_ENDPOINT = "order/v7/create/"
ABORT_ORDER_ENDPOINT = "order/v7/{}/abort"
ORDER_STATUS_ENDPOINT = "order/v7/{}/status"
Expand Down

0 comments on commit e554de3

Please sign in to comment.