Stripe error: "you can only make test charges right now"
Stripe error: "you can only make test charges right now"
Stripe.js 不会处理我的测试付款。它给出了错误:
you can only make test charges right now
。
这是什么原因造成的?
问题是我的应用程序在其生产配置中是 运行,并且在 Stripe 表单中使用我的 live
密钥。切换到 test
键修复了错误。
Stripe.js 不会处理我的测试付款。它给出了错误:
you can only make test charges right now
。
这是什么原因造成的?
问题是我的应用程序在其生产配置中是 运行,并且在 Stripe 表单中使用我的 live
密钥。切换到 test
键修复了错误。