Naga Harish Kanegolla
unread,Jun 26, 2008, 3:44:24 AM6/26/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Active Merchant
Hi all,
Does "PaypalExpressGateway" accepts payments from Credit Cards?
I am using PayPal Express for my shopping interface. Its working fine,
but the buyer needs to login into paypal. I want a screen in which
buyer can buy our product using his credit/debit card or with asusual
paypal login.
So is the problem with my paypal account type ?? or do I need to call
any other API??
Am calling the flowwing code.
@gateway ||= PaypalExpressGateway.new(
:login => login,
:password => password,
:signature => signature
)
I am trying for the Live account only.