Pop\Payment\Adapter\PayLeap::parseResponseCodes PHP Метод

parseResponseCodes() защищенный Метод

Parse the response codes
protected parseResponseCodes ( ) : array
Результат array
    protected function parseResponseCodes()
    {
        $responseCodes = new \SimpleXMLElement($this->response);
        return (array) $responseCodes;
    }