diff --git a/ipn.php b/ipn.php index b85f7e4..4c21077 100644 --- a/ipn.php +++ b/ipn.php @@ -81,7 +81,7 @@ $custom = (int)$_POST['custom']; $connectedIp = $_SERVER['REMOTE_ADDR']; - mysql_insert("INSERT INTO `znote_paypal` VALUES ('0', '$txn_id', 'Connection from IP: $connectedIp', '0', '0', '0')"); + mysql_insert("INSERT INTO `znote_paypal` VALUES ('0', '0', 'Connection from IP: $connectedIp', '0', '0', '0')"); $status = VerifyPaypalIPN(); if ($status) {