catarse_paypal_express icon indicating copy to clipboard operation
catarse_paypal_express copied to clipboard

Active Merchant 1.29.3, activating test/sandbox mode and international customers

Open lvxn0va opened this issue 13 years ago • 1 comments

  • For some reason, AM 1.17.0 would not initialize the catarse_paypal_express gem. I had to upgrade the AM version and dependencies in Gemfile and Gemfile lock to 1.29.3 inorder for it to startup and not give me NameError: uninitialized class variable @@gateway in CatarsePaypalExpress::Payment::PaypalExpressController
  • In the Catarse Rails Console I had to enter: Configuration.create!(name: "paypal_test", value: "true")

Otherwise PP goes to main site and not Sandbox. Might want to add that to the readme

  • Also, is there a way to override the default currency established in the active_merchant.rb? Something like: Configuration.create!(name: "paypal_default_currency", value: "US")

lvxn0va avatar Feb 10 '13 00:02 lvxn0va

same problem here.

cmthakur avatar Feb 10 '13 06:02 cmthakur