maybe
maybe copied to clipboard
Remove billing & upgrade references when STRIPE_API_KEY is missing
This PR takes a stab at removing upgrade and billing references when STRIPE_API_KEY is not set in the .env
file. #151
I'm unsure if there are other places that reference billing and upgrade, but I would be happy to update those as well. Just spun up this repo this morning, so I'm unsure if there are other places these are mentioned.
There's also an email that's sent on a scheduled job for trial upgrade reminders in email.processor.ts, we can noop that in main.ts in the workers folder if no api key.
@tmyracle done!
Thanks @simonbukin!
@simonbukin and @Shpigford there is still a strip container in the docker-compose.yml
. Should this be removed as well?
@simonbukin and @Shpigford there is still a strip container in the
docker-compose.yml
. Should this be removed as well?
No, as we'll still be making use of Stripe for our hosted solution. This PR is just about hiding UI elements.
Ah understood - ok thank you!