我得到错误omniauth:(stripe_connect)身份验证失败! invalid_credentials:OAuth2 :: Error,invalid_client:没有这样的API密钥:承载

时间:2015-08-14 07:49:20

标签: ruby-on-rails ruby heroku stripe-payments

我在本地测试了我的应用程序并且工作正常,但随后我将其部署到Heroku并且没有遇到问题。 我跳过重定向表单后得到此错误: 错误 - omniauth:(stripe_connect)身份验证失败! invalid_credentials:OAuth2 ::错误,

这就是我的文件的样子

使用宝石figaro处理钥匙。

application.yml:

STRIPE_SECRET: sk_test_*************** STRIPE_CONNECT_CLIENT_ID: ca_**************

omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do provider :stripe_connect, ENV['STRIPE_CONNECT_CLIENT_ID'], ENV['STRIPE_SECRET'] end

secrets.yml:

STRIPE_SECRET: sk_test_*************** STRIPE_CONNECT_CLIENT_ID: ca_**************

0 个答案:

没有答案