News:

Looking for documentation? Take a look on our wiki

Main Menu

Default paypal configuration

Started by demiurg, October 27, 2009, 23:13:20 PM

Previous topic - Next topic

demiurg

Is it broken ? I configured the email and set "test mode", i.e. PAYPAL_DEBUG, however I'm being redirected to the regular paypal site, not the sandbox.

I've read the sticky post, but I don't understand - is Virtuemart being distributed with non-working paypal configuration !?
BrowserSeal - fast multi browser screenshots
Currently supports Firefox, Internet Explorer (IE6, IE7 and IE8), Chrome, Safari and Opera.
Free trial download available.

qme1ster

Have you changed the URL in the PayPal payment module? You can find this in the configuration tab, at the bottom, under "Payment Extra Info"? If you are testing with the PayPal Sandbox then you need to change the default URL (the real PayPal site) to the Sandbox URL:-

$url = "https://www.sandbox.paypal.com/cgi-bin/webscr";

You will of course need to change this back to the URL of the real PayPal site when you finished testing.