You cannot post messages because only members can post, and you are not currently a member.
Description:
A credit card gateway abstraction library for ruby and rails projects
Active Merchant is sponsored by jadedPixel and written by Tobias Luetke, Cody Fauser and contributors. It's currently in production use in Shopify, the project which spawned the library.
|
|
|
ActiveMerchant 1.22.0 Released!
|
| |
We just pushed out the release of ActiveMerchant 1.22.0!
This release has all kinds of bug fixes, improvements to gateways and
a couple new additions as well. Big thanks to everyone who contributed
this time around, keep it up!
Check out the changelog for the full details, copied below:
* Remove version restriction for money gem [ylansegal]... more »
|
|
payment_service_for two_checkout : change to the "spurchase" link
|
| |
Hi
I am trying to setup up an integration for 2Checkout and have a question
about the method "payment_service_for". I would like to use the alternative
"1 page" checkout offered by 2Checkout. This uses the same parameters, but
a different URL.
In other words, I want the form action to point to:... more »
|
|
Setting the page_style on ActiveMerchant::Billing::Paypa lExpressGateway
|
| |
I am trying to specify a Paypal page style to the express gateway but
it is not acting as expected.
In activemerchant.rb
------------
paypal_setup = YAML.load_file(Rails.root.join ('config', 'paypal',
'paypal.yml'))[Rails.env]
ActiveMerchant::Billing::Paypa lExpressGateway.pem_file =
File.read(Rails.root.join('con fig', 'paypal', "#{Rails.env}.key"))... more »
|
|
PayPal Express Gateway
|
| |
Rails 3.1.3 I would like to use PayPal Express Gateway, and I got information from Rails Casts, [link] First of all, in development.rb, I put, config.after_initialize do ActiveMerchant::Billing::Base. mode = :test paypal_options = { :login => "xxxx_biz_api1.gmail.com",... more »
|
|
uninitialized constant PaymentsController::ActiveMerc hant
|
| |
Rails 3.1.3 in Gemfile, gem 'activemerchant', '~> 1.9.3' in development.rb config.after_initialize do ActiveMerchant::Billing::Base. mode = :test ::GATEWAY = ActiveMerchant::Billing::Paypa lGateway.new( :login => "xxxx_biz_api1.gmail.com", :password => "xxxx", :signature => "xxxxxxxxx"... more »
|
|
Security header is not valid
|
| |
Good evening, I'm facing some problems using the activemerchant gem (1.21.0). As seen in the Ryan Bates' RailsCasts (#144/#145), I would like to process payments from my app to my Paypal Account. Everytime I try a .purchase, I got the same error: "Security header is not valid". Ive been trying it with the credentials of two different accounts:... more »
|
|
Problem with execute generator
|
| |
Hi, I have had clone active_merchant repository on my local hard drive. While I'm trying to generate new integration I got following exception: /Users/kacperix/.rvm/gems/ruby -1.9.2-p180/gems/rubigen-1.5.7 /lib/rubigen/options.rb:31:in ...*bundle update* command returns: Using rake (0.9.2.2) ...Environment:... more »
|
|
Paypal micropayments?
|
| |
Has anyone successfully used Paypal micropayments with the PaypalExpressGateway? The Paypal documentation is quite confusing on this matter, and actually getting signed up requires you to go through a labs site that doesn't even work in many browsers. Now it seems like Paypal's pushing their digital goods program, but that seems to be a pretty radical... more »
|
|
|