Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.16 KB | None | 0 0
  1. <form name = "paypal" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
  2.     <input type="hidden" name="cmd" value="_xclick">
  3.     <input type="hidden" name="business" value="payments@watchy.com.ph">
  4.     <input type="hidden" name="lc" value="US">
  5.     <input type="hidden" name="button_subtype" value="services">
  6.     <input type="hidden" name="no_note" value="1">
  7.     <input type="hidden" name="no_shipping" value="1">
  8.     <input type="hidden" name="currency_code" value="PHP">
  9.     <input type="hidden" name="amount" value="<%=schedulePrice %>">
  10.     <input type="hidden" name="item_name" value="<%=movieTitle %> (eTicket)">
  11.     <input type="hidden" name="return" value="http://localhost:8080/watchy/payment-result.jsp">
  12.     <input type="hidden" name="cancel_return" value="http://localhost:8080/watchy/select-schedule.jsp?">
  13.     <input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
  14.     <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
  15.     <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
  16. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement