Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18099 - PAY API - endpoint to add EFT Allowed flag to an account #1307

Merged
merged 12 commits into from
Oct 30, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

from dotenv import find_dotenv, load_dotenv

LEGISLATIVE_TIMEZONE = os.getenv('LEGISLATIVE_TIMEZONE', 'America/Vancouver')
ochiu marked this conversation as resolved.
Show resolved Hide resolved

# this will load all the envars from a .env file located in the project root (api)
load_dotenv(find_dotenv())
Expand Down
Loading