My setup: Rails 3.0.9, Ruby 1.9.2 I need to extend Active Merchant module to include my own code, I\'m following the article here
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
My setup: Rails 3.0.9, Ruby 1.9.2, Active Merchant 1.15.0 I just started to explore the best way to integrate credit card / Paypal payment into my site. The subscribe button option seems to be the ea
My application uses activemerchant to process payments. I\'m using Eway as my payment gateway. I\'m storing credit card details with Eway to keep them out of my application database.
I\'m trying to get a small ruby file up and running to test how the EwayManagedGateway works. I\'m looking at using Eway to store a users credit card details so I don\'t need to store them in the sit
I\'m storing my shopping cart in the database and have a current_cart method in my application helper.
I\'m trying to get Paypal SetExpressCheckout operation to add first and last name for billing. I\'m using ActiveMerchant. I\'m seeing the address field pre-populated (street, state, city,zip-code) but
I have a file named purchase.rb that I am using to test Activemerchant with Trustcommerce: require \"rubygems\"
I am building a rails app using the wonderful activemerchant gem to save credit card information in Trustcommerce Citadel for future transaction. I am currently able to send in hash of billing address
I am in the early stages of integrating a vendor 开发者_开发百科marketplace (similar to Etsy, but for a very niche demographic) into an online community.I envision a platform that allows vendors to si