You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I like this idea. And it would be helpful for some of my recent changes to lila.
I tried setting up https://github.com/stripe/stripe-mock and while it kind of works, it's not able to do a full end-to-end checkout flow. I can click "Credit Card" on the checkout form and it makes the request to the mock Stripe server to create the customer, but the Stripe-hosted checkout page gives an error because the customer doesn't really exist. But when you go back, lila thinks it went through so you're given the Patron account details page.
I've used the stripe-cli image to complete this successfully on other projects. Here's an example of what it looked like in my docker-compose.yml. This worked really well for my checkout session use cases.
To allow easy patron-related testing.
The text was updated successfully, but these errors were encountered: