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.