Jenderal92

Untitled

Oct 11th, 2022
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" name="frmTransaction" id="frmTransaction">
  2. <input type="hidden" name="business" value="{{$paypal_id}}">
  3. <input type="hidden" name="cmd" value="_xclick">
  4. <input type="hidden" name="item_name" value="{{$product->name}}">
  5. <input type="hidden" name="item_number" value="{{$product->id}}">
  6. <input type="hidden" name="amount" value="{{$product->price}}">
  7. <input type="hidden" name="currency_code" value="USD">
  8. <input type="hidden" name="cancel_return" value="http://blog-gan.org/payment-cancel">
  9. <input type="hidden" name="return" value="http://blog-gan.org/payment-status">
  10. </form>
  11. <SCRIPT>document.frmTransaction.submit();</SCRIPT>
Advertisement
Add Comment
Please, Sign In to add comment