spree/spree_gateway

ArgumentError (Missing required parameter: login)

Closed this issue · 2 comments

Gemfile includes

gem 'spree', '> 3.2.0.rc1'
gem 'spree_auth_devise', '
> 3.2.0.beta'
gem 'spree_gateway', '~> 3.2.0.beta'

Gateway used stripe, configured via admin panel

Spree::Gateway::StripeGateway

SECRET KEY: set,
PUBLISHABLE KEY: set;

test_mode: yes

Hello @krishnarohitreddy, can you check if upgrading spree to 3.2.0 fixes your issue?

@symarys It is working now, thank you.