I\'m implementing paypal direct payment using activemerchant Following is the code def credit_card_details
I am integrating ActiveMerchant in a project, and am mystified over and over again by the lack of documentation for the options parameter. Taking the following as an example, where do I locate informa
I am using PayPal Adaptive Payments in a rails 3 application. I\'m wondering if this the best approach or if there\'s better way to use PayPal Adaptive Payments?
I am building a marketplace app for a client and need to be able to both send payments and receive payments.I am currently using ActiveMerchant to handle incoming payments, but I don\'t see anywhere i
I\'m following http://railscasts.com/episodes/145-integrating-active-merchant How do I set the configuration settings to be compatible with a Rails 3 app.
I have a client who recently changed the scope of a project I was building for them, to a marketplace.
I\'m trying to set up a rails app to use Paypal website payments standard. I\'d rather have users click a button and submit their info on the Paypal site rather than on my site, but I\'d like to use A
I was following this code for cucumber testing with activemerchant and authorize.net(I know it\'s old but it\'s the one that worked for me)
I am trying to get PayPal 开发者_JAVA技巧Gateway to work on a rails 3 app. But I keep hitting this error \"uninitialized constant ActiveMerchant::Billing::PayPalGateway (NameError)\"
I\'m using active merchant to interact with paypal, and I need offline access of users\' paypal account. E.g. send money on their behalf asynchronously.