Welcome,
Guest
|
|
The warning appears when I unset the sandbox option by the 1119 line of class.php file since the 'ppsandbox' value was not declared.
if ($qs->cfg['ppsandbox'] == 'on') {
$ppurl = 'https://sandbox.paypal.com/cgi-bin/webscr';
} Please fix it asap. Thanks in advance. |
The administrator has disabled public write access.
|
|
Hi,
I think that's already resolved in the latest update, but I will check, if not a quick fix is to: if ($qs->cfg == 'on') { TO if (@$qs->cfg == 'on') { Thanks! |
The administrator has disabled public write access.
|