Expected behaviorinit_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
As per #648
Expected behavior
init_stripe
script runs using theSTRIPE_SECRET_KEY
key defined in.env
and successfully returns theSTRIPE_PREMIUM_PLAN_PRICE_ID
to stdout, as defined in the README.mdIn 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