PayPal\Handler\PPGenericServiceHandler::getRequestSource PHP Method

getRequestSource() private method

Compute the value that needs to sent for the PAYPAL_REQUEST_SOURCE parameter when making API calls
private getRequestSource ( )
    private function getRequestSource()
    {
        return str_replace(" ", "-", $this->sdkName) . "-" . $this->sdkVersion;
    }