rathena / FluxCP

Method is called but not defined PHP-E1002
Bug risk
Critical
2 occurrences in this check
Call to method process() on an unknown class Flux_PaypalNotifyRequest
 6if (count($_POST)) {
 7    if (in_array("paypal", Flux::config('PaymentGateway')->toArray())) {
 8        $request = new Flux_PaypalNotifyRequest($_POST);
 9        $request->process();10    }
11
12    if (in_array("stripe", Flux::config('PaymentGateway')->toArray())) {
Method Flux_StripeNotifyRequest::checkServGroup() invoked with 1 parameter, 0 required
398        }
399
400        if ($servGroup && $exchangeableCurrency) {
401            $checkServGroup = $this->checkServGroup($accountID);402            if (!$checkServGroup) {
403                $this->logStripe('Unknown account #%s on server %s, cannot exchange for credits.', $accountID, $serverName);
404                return;