activemerchant
How to require module extension code
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[详细]
2023-03-20 15:59 分类:问答how to implement a payment system in rails [closed]
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[详细]
2023-03-20 08:21 分类:问答Most suitable Paypal payment integration option
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[详细]
2023-03-19 17:00 分类:问答How to get gateway response from model into controller - Ruby on Rails
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.[详细]
2023-03-14 21:28 分类:问答Uninitialized constant Error using ActiveMerchant::Billing::EwayManagedGateway
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[详细]
2023-03-13 01:00 分类:问答Trouble with order controller and active merchant
I\'m storing my shopping cart in the database and have a current_cart method in my application helper.[详细]
2023-03-06 01:26 分类:问答Pre-filling first and last name in Paypal setExpressCheckout using ActiveMerchant
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[详细]
2023-03-05 20:15 分类:问答Rails Activermerchant Truscommerce Capture Transid Invalid Octal Digit
I have a file named purchase.rb that I am using to test Activemerchant with Trustcommerce: require \"rubygems\"[详细]
2023-03-04 23:07 分类:问答Rails Activermerchant and Trustcommerce Vault BillingID question
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[详细]
2023-02-21 12:51 分类:问答Etsy-like marketplace with Activemerchant? (Rails)
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[详细]
2023-02-19 02:49 分类:问答