E-commerce website with spreecommerce and Rails 5.0.1. Application included following gems.
gem 'spree', '~> 3.2.0.rc1'
gem 'spree_auth_devise', '~> 3.2.0.beta'
gem 'spree_gateway', '~> 3.2.0.beta'
Spree Paypal Express will not work with spree 3.0+
https://github.com/spree-contrib/better_spree_paypal_express and they recommended to use Braintree v.zero extension.
Try to use https://github.com/spree-contrib/spree_braintree_vzero but braintree currently not supporting India Region. Which gem can i use for paypal integration. How can i integrate Paypal with rails and spreecommerce as express checkout.
If apart from Paypal any other payment service that work on USA, UK, Japan, India and easy to integrate with spree and rails is helpful.