RailsCasts Pro episodes are now free!

Learn more or hide this

Adrien Lamothe's Profile

GitHub User: Alamoz

Site: http://adriensdomain.com

Comments by Adrien Lamothe

Avatar

Is there a way to use acitivemerchant's PayPal Payments Standard functionality, without specifying credit card information? I want the user to enter their credit card info on PayPal's site, not mine. Express Checkout use to let users pay with credit cards, but no longer allows it. I've looked at activemerchant's source code and it expects either a credit_card hash or a billing agreement ID, but maybe there is some way to fake it out so that PayPal will ask for the credit card info?

Thanks