From 5af6ab8c573c61bae190221c21fbe7c673cfefc8 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 28 Dec 2015 16:24:11 -0500 Subject: [PATCH] oops, remove comment about already fixed --- paypal_ipn.php | 1 - 1 file changed, 1 deletion(-) diff --git a/paypal_ipn.php b/paypal_ipn.php index 168d46d..0ef7334 100644 --- a/paypal_ipn.php +++ b/paypal_ipn.php @@ -109,7 +109,6 @@ function paypal_ipn_main() { if (!isset($GLOBALS['payment_handlers'][$custom_words[0]])) { paypal_ipn_main_debug("\$custom's first word isn't in GLOBALS[payment_handlers]. \$custom: \"$custom\""); } else { - # FIXME add parameter with everything from paypal $ret = file_run($GLOBALS['payment_handlers'][$custom_words[0]], $custom_words, $mc_gross, $row); if ($ret and is_array($ret) and isset($ret['success']) and $ret['success']) { $update = ['processed' => '1']; -- 1.7.10.4