JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, remove comment about already fixed
authorJason Woofenden <jason@jasonwoof.com>
Mon, 28 Dec 2015 21:24:11 +0000 (16:24 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 28 Dec 2015 21:24:11 +0000 (16:24 -0500)
paypal_ipn.php

index 168d46d..0ef7334 100644 (file)
@@ -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'];