VirtueMart Forum

VirtueMart 1.1.x [ Old version - no longer supported ] => Payment VM 1.1 => PayPal / PayPal Pro VM 1.1 => Topic started by: demiurg on October 30, 2009, 16:26:53 PM

Title: PayPal issues debug
Post by: demiurg on October 30, 2009, 16:26:53 PM
If you cannot understand why PayPal is not working, add the following code to "debug_msg" function in "com_virtuemart/notify.php"

function debug_msg( $msg ) {
    global $vmLogger, $messages;
    $vmLogger->err($msg);

After that enable logging in VirtueMart and check the log file.