Mark
unread,Mar 1, 2012, 2:27:23 PM3/1/12Sign 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
Hello,
is there an easy way to disable GiroPay using the PayPal Express
gateway?
It is quite urgent, thus I forgot to implement GiroPay and now my
webshop fails.
I tried something like this:
@setup_response = gateway.setup_purchase(
Integer(order.get_sum*100),
:ip => request.remote_ip,
# omitted some lines
:payment_type => 'InstantOnly'
)
But it does not work!
Thanks you for your help!
Regards, Mark