Skip to content

Commit

Permalink
Merge pull request #329 from luggesexe/master
Browse files Browse the repository at this point in the history
🎈 Added .lv secondary Domain Status
  • Loading branch information
metaregistrar authored Feb 1, 2022
2 parents 2cdb917 + 4b01329 commit 52d3291
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ protected function getXpathQueryResult($query, $cast = null) {
public function getLvDomainStatus() {
return $this->getXpathQueryResult("/epp:epp/epp:response/epp:extension//*[name()='lvDomain:status']");
}

public function getSecondaryDomainStatus() {
return $this->getXpathQueryResult("/epp:epp/epp:response/epp:resData/domain:infData/domain:status/@s");
}
}

0 comments on commit 52d3291

Please sign in to comment.