How to test paypal plugin with paypal sandbox ???
I change
$paypalUrl = 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick¬ify_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
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
I change
$paypalUrl = 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick¬ify_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 .
/admin/payment_manage.php
and also didnt get the money in business/admin account