-
Couldn't load subscription status.
- Fork 13
Closed
Labels
Description
The url for this seems to be wrong:
Currently:
public function getRealmStatus(array $options = [])
{
return $this->request('/realm/', $options);
}I believe this should be:
public function getRealmStatus(array $options = [])
{
return $this->request('/realm/status', $options);
}I'd be happy to submit a PR once this is verified as an issue