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

fix: load .env via --env for init:stripe task #649

Merged
merged 1 commit into from
Dec 25, 2023
Merged

fix: load .env via --env for init:stripe task #649

merged 1 commit into from
Dec 25, 2023

Conversation

azohra
Copy link
Contributor

@azohra azohra commented Dec 25, 2023

As per #648

Expected behavior
init_stripe script runs using the STRIPE_SECRET_KEY key defined in .env and successfully returns the STRIPE_PREMIUM_PLAN_PRICE_ID to stdout, as defined in the README.md

In this PR I have loaded the .env via the --env flag in the init:stripe task to match the desired behaviour oulined in the README.md

Copy link
Contributor

@iuioiua iuioiua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you.

@iuioiua iuioiua merged commit e3385a8 into denoland:main Dec 25, 2023
6 checks passed
@iuioiua iuioiua changed the title bug: load .env for init:stripe task fix: load .env via --env for init:stripe task Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants