Skip to content

Commit

Permalink
[Core-338] Add stripe support (#12482)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 59227976b759b9a782891dae87ae45c0aa1387b4
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Mar 11, 2024
1 parent fd86983 commit 5bfca07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions descarteslabs/auth/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,10 @@ def _get_token(self, timeout=100):
)

if self.client_id in [
# production tenant
"ZOBAi4UROl5gKZIpxxlwOEfx8KpqXf2c",
# descarteslabs-dev tenant
"DK0fmkWyfgBaLzhvhhKXUeu3BkwROIkX",
]: # TODO(justin) remove legacy handling
# TODO (justin) insert deprecation warning
if self.scope is None:
Expand Down

0 comments on commit 5bfca07

Please sign in to comment.