search for: paypal_failur

Displaying 2 results from an estimated 2 matches for "paypal_failur".

Did you mean: paypal_failure
2009 Mar 19
0
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
...zV0OsXQ@public.gmane.org", :notify_url =>url_for(:only_path => false, :action => ''paypal_ipn'' ),:return =>url_for(:only_path => false, :action => ''paypal_success''),:cancel_return => url_for(:only_path => false, :action => ''paypal_failure''),:currency_code => ''JPY'',:custom => request.remote_ip, :on0 => user.id.to_s, :on1 => "HJCART"%> <%= image_submit_tag("/images/btn_submit1.gif") %> <%end%> Default the submit tag went to sandbox site ( https://www.san...
2006 Feb 07
21
Paypal and Rails
Hello everyone, I am looking for a way to pass off a simple payment to paypal using our own interface. I understand that this requires making full use of Paypal''s API since we won''t be using their shopping cart or anything. I found the article by Pranav Bihari on his site and in the Wiki on using SOAP4R and the paypal WSDL file to interface with paypal web services, but I