Questions tagged [spree-paypal-express]

20 questions
13
votes
1 answer

spree-paypal-express fails with "Gateway Error: translation missing: en.the_totals_of_the_cart_item_amounts_do_not_match_order_amounts "

I'm using spree 1-2-stable, and I'm using spree-paypap-express 1-2-stable branch (tried with master too but failed again). When I try to checkout an order and select PayPal express as the payment method it fails with an error: "Gateway Error:…
Pavel Nikolov
  • 9,401
  • 5
  • 43
  • 55
3
votes
1 answer

Payment confirmation on Spree with Braintree

I'm using Braintree on a basic Spree 3.0.0 installation. I created an sandbox account and added the merchant id and key's in the Admin panel for Braintree. I am able to complete an order all seems OK but in the Order section the payment state will…
Ionut Milas
  • 318
  • 1
  • 11
2
votes
1 answer

An SMTP From address is required to send a message. Set the message smtp_envelope_from, return_path, sender, or from address

In Spree 3.0 "Mail Method Settings" not available by default. Rails version 4.2.0 Using "gem 'spree_mail_settings', github: 'spree-contrib/spree_mail_settings', branch: '3-0-stable'" in admin panel one link generate in Configuration menu "Mail…
2
votes
1 answer

JSON Parser Error when selecting the PayPal payment method on Spree

I have installed the better_spree_paypal_express extension successfully, but each time i select the PayPal payment option, I get the error below. 757: unexpected token at '
2
votes
1 answer

Spree Mutli Currency Converter

I am using spree for my shopping cart and i want multi currency support so i use below gem in my gemfile gem "spree_multi_currency", :git => "git://github.com/pronix/spree-multi-currency.git" and than did bundle install rake…
1
vote
2 answers

PayPal express checkout: how should I check if the transaction is done and money is transferred?

I have PayPal express checkout on the client side and after the callback is fired with payment ID I want to check that id on the NodeJS side. I make a call to RESTfull API using JS…
Lukas Liesis
  • 24,652
  • 10
  • 111
  • 109
1
vote
1 answer

Ruby on rails Spree commerce rake aborted

I am working with spree commerce in ruby on rails. But I am getting error, when executing this command "bundle exec rails g spree_fancy:install". What I am doing wrong?. Please help me. Thanks in advance. Here is my error: …
Mohammad Rajob
  • 743
  • 1
  • 11
  • 29
1
vote
1 answer

Integrating spree commerce with paypal offsite redirect

I am trying to integrate PayPal with a Spree Commerce store. On the payments screen, when I select PayPal, it asks me to enter the credit card details instead of redirecting to PayPal website. How do I redirect my users to paypal website for the…
Yamzalal
  • 61
  • 5
1
vote
1 answer

Spree with Payupaisa Gateway

I want to add Payupaisa gateway for my shopping cart site. I use spree. I used gem gem 'spree_payupaisa', :github => "meetdestiny/spree_payupaisa_express", :branch => "2-1-stable" https://github.com/meetdestiny/spree_payupaisa_express but it give…
Divyang Hirpara
  • 998
  • 4
  • 23
0
votes
2 answers

spree_paypal_express - Spree::Admin::PaymentsControllerDecorator (NameError)

I'm searching one solution for my question on web, but probably no one had the same problem. Before deploying my spree project to the cloud, i'm trying to run it in my local host with RAILS_ENV=production, but I always receive the same…
0
votes
1 answer

Alternative to solidus_paypal_braintree for PayPal Payments

Want to process front-end PayPal payments, directly bypassing Braintree gateway. Can anyone advise or recommend cost for a solution?
Guy
  • 11
  • 1
  • 4
0
votes
1 answer

Paypal integration with spree 3.2.0 rc1 or spree 3.0+

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+…
0
votes
1 answer

Facing error sorry we cannot connect to PayPal in spree

I have an ecommerce-application in that I had integrated Paypal with braintree using gem 'spree_braintree_vzero', github: 'spree-contrib/spree_braintree_vzero', branch: ‘3-1-stable’ I have my Paypal sandbox account and included my credentials in my…
0
votes
1 answer

Spree Paypal Integration Error

I am using Spree for my E-Commerce. I have to integrate Paypal Payment Gateway. The tutorial that I followed was [Paypal Integration with spree][1] [1]: https://github.com/spree-contrib/better_spree_paypal_express. I had successfully created…
omair azam
  • 520
  • 7
  • 14
0
votes
2 answers

Cookies are turned off Secure Payments PayPal requires cookies to be turned on for many of its features.

I am trying to integrate Paypal express into my spree e-commerce application I proceed as follow: in Gemfile: gem 'spree_paypal_express', github: 'spree-contrib/better_spree_paypal_express', branch: '2-4-stable' and I run this command: bundle…
mimou
  • 65
  • 10
1
2