Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. paypal jsp:
  2. <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">    
  3.     <!-- other stuff -->
  4.  
  5.     <input type="hidden" name="return" value="payment">
  6.     <input type="hidden" name="cancel_return" value="http://localhost:8080/watchy/payment-method.jsp">
  7. </form>
  8.  
  9. struts.xml:
  10. <action name="payment" class="ph.watchy.action.PaymentAction">
  11.     <result>/transaction-result.jsp</result>
  12. </action>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement