Does anyone know if the PayPal developer sandbox account works the same as any verified account? I'm trying to test a successful return to a page after checkout, but it doesn't seem to work with PayPal sandbox. The account is set up properly, the payment goes through correctly to PayPal, but it doesn't return to the success page on the site. Here's an example of the button code. Is there something I have missed?
[s2Member-PayPal-Button ids="180" exp="168" desc="The description of my product here." ps="SVPayPal" cc="USD" ns="1" custom="mysite.com" ra="7.95" sp="1" image="default" output="button" success="http://mysite.com/mylandingpage"/]
Thanks for you help.