Stripe.js won't process my test payments. It's giving the error:
you can only make test charges right now.
What causes this?
Stripe.js won't process my test payments. It's giving the error:
you can only make test charges right now.
What causes this?
The problem was that my app was running in its production configuration and was using my
livekey in the Stripe form. Switching to thetestkey fixed the error.