You can test your sandbox paypal buttons by using this form supplied by paypal.
1 2 3 4 5 6 7 8 9 10 |
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="6RNT8A4HBBJRE"> <input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_buynow_107x26.png" alt="Buy Now"> <img alt="" src="http://aq.gthex.co.uk:10000/wp-content/uploads/2018/09/pixel.gif" width="1" height="1"> </form> |