PayPal\Core\PPAPIService::runHandlers PHP Method

runHandlers() private method

private runHandlers ( $httpConfig, $request )
    private function runHandlers($httpConfig, $request)
    {
        $options = $this->getOptions();
        foreach ($this->handlers as $handlerClass) {
            $handlerClass->handle($httpConfig, $request, $options);
        }
    }