From febeb5e4e12d87368ba9609048a4a0b296449b63 Mon Sep 17 00:00:00 2001 From: "Stefan A. Brannfjell" Date: Fri, 10 Jan 2020 18:51:47 +0100 Subject: [PATCH] Update ipn.php --- ipn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {