From: Jason Woofenden Date: Mon, 28 Dec 2015 21:24:11 +0000 (-0500) Subject: oops, remove comment about already fixed X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=5af6ab8c573c61bae190221c21fbe7c673cfefc8 oops, remove comment about already fixed --- 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'];