Skip to content

Missing underscore in property name. #1

@glaza

Description

@glaza

$this->_apiUrl = $config['base_url'].$this->restApiUri;

Should be
$this->_restApiUri;
instead of
$this->restApiUri;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions