PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Use PayPal Sandbox to test "Buy it Now" and ad payment (http://www.photopost.com/forum/classifieds-how-do-i/131402-use-paypal-sandbox-test-buy-now-ad-payment.html)

damon18 April 15th, 2007 10:48 PM

Use PayPal Sandbox to test "Buy it Now" and ad payment
 
Has anyone succesfully used the PayPal Sanbox at https://developer.paypal.com to test the payments?

I've used the sandbox on other scripts and it's usually as easy as changing

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
to
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
making sure you are logged into devloper.paypal.com in another window.

Then doing the transaction using an email you setup in the sandbox.

I've made the change above to payment.tmpl and buy.tmpl so the buy-it-now sends the transaction to the right place, and the "user" who placed the test ad has a sandbox email in their user information, but the sandbox gives an error
Quote:

We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem.
Hopefully, if people are using the PayPal features this has been figured out.

Damon

Chuck S April 16th, 2007 07:21 AM

Did you change your admin email in the program to the sandbox one?


All times are GMT -5. The time now is 09:05 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97