Arvind Naidu
unread,Feb 23, 2012, 8:40:35 AM2/23/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
Please check my code below...
options = {
:ip => request.remote_ip,
:return_url => 'return_url',
:cancel_return_url => 'cancel_url',
:custom => 'oderid=2143d'
}
response = EXPRESS_GATEWAY.setup_purchase(total_cost*100, options)
Is the way i followed above is correct for sending custom parameters
to IPN handler?
currently i'm not receiving orderid at my IPN handler. Please give any
ideas over this.