search for: btn_submit1

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

2009 Mar 19
0
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
...uccess''),: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.sandbox.paypal.com/cgi-bin/webscr) , how to change the form tag to pay (https://www.paypal.com/cgi-bin/webscr) --~--~---------~--~----~------------~-------~--~----~ You received this message because you ar...
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