Paypal Sandbox

info4bd3740

New Member
Mar 15, 2014
11
0
0
How to test paypal plugin with paypal sandbox ???

I change
$paypalUrl = 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&notify_url='
Here
paypal/site/_pay.php

After that i pay with a sandbox user and after the payment done it bring back to the site and show
Code:
Thanks for your payment!

Once we receive notification from the payment gateway, your account will be upgraded/extended. Please allow up to an hour for this to complete.

You can check your account status by going .
But the user didnt get upgrade and there is no record of the payment in
/admin/payment_manage.php
and also didnt get the money in business/admin account
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
In plugins/paypal/site/_payment_ipn.php, set this:

Code:
define('PAYPAL_VALIDATE_IPN_CALLBACK', true);
To this:

Code:
define('PAYPAL_VALIDATE_IPN_CALLBACK', false);