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

Make it possible to disable Stripe for other deployments #1014

Open
mbernst opened this issue Nov 22, 2017 · 3 comments
Open

Make it possible to disable Stripe for other deployments #1014

mbernst opened this issue Nov 22, 2017 · 3 comments
Labels

Comments

@mbernst
Copy link
Contributor

mbernst commented Nov 22, 2017

Priority level uncertain, but:

Research labs want to deploy Daemo for their research, but can't use Stripe. They'd like to be able to at least have a simple option to turn of Stripe (a la the Sandbox), and ideally swap in a different payment infrastructure.

@dmorina
Copy link
Member

dmorina commented Nov 28, 2017

we rely on Stripe to verify our users and accounts and also to perform any transactions so our platform is tightly integrated with Stripe and we cannot disable it, they can use test accounts if they want or rewrite those parts for payment and user verification

@mbernst
Copy link
Contributor Author

mbernst commented Nov 30, 2017

I think the argument is that this is for people who want to run the system in a closed community where they don't need things like account verification.

@dmorina
Copy link
Member

dmorina commented Nov 30, 2017

i understand that very well, point is that it's so tightly integrated that it requires a lot of changes for something that we don't benefit anything from as a platform, we just increase the risk that there might be bugs (introduced) where people might not get paid and that's BAD! If these third-parties push a PR with this change and it's done well we'd be very happy to have that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants