我完全遵循了 Stripe 的 Rails 教程(https://stripe.com/docs/checkout/guides/rails)(复制和粘贴代码),但是当我运行 rails
PUBLISHABLE_KEY=pk_foo SECRET_KEY=sk_bar rails s
并转到 localhost:3000/charges/new 并使用测试卡数据(卡号“4242 4242 4242 4242”)填写字段,但我得到一个
Invalid API Key provided: ***********_***
任何想法为什么会发生这种情况?