X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=paypal_ipn.php;h=0ef733469ef283bca99c9d88e6c63b72240c3612;hp=168d46d5b4a682591d0067fd5779f3a105f76035;hb=5af6ab8c573c61bae190221c21fbe7c673cfefc8;hpb=3ed0f0b53ff1b3ea3e30292bf39eb6e30935e9eb 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'];