Skip to content

Commit 4b01329

Browse files
author
Lukas Adrian Kron
committed
๐ŸŽˆ Added .lv secondary Domain Status
๐ŸŽˆ Added status request from www.nic.lv/epp/domain/overview.html.
1 parent 2cdb917 commit 4b01329

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

โ€ŽProtocols/EPP/eppExtensions/lvdomain-ext-1.0/eppResponse/lvEppInfoDomainResponse.php

+4
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ protected function getXpathQueryResult($query, $cast = null) {
3333
public function getLvDomainStatus() {
3434
return $this->getXpathQueryResult("/epp:epp/epp:response/epp:extension//*[name()='lvDomain:status']");
3535
}
36+
37+
public function getSecondaryDomainStatus() {
38+
return $this->getXpathQueryResult("/epp:epp/epp:response/epp:resData/domain:infData/domain:status/@s");
39+
}
3640
}

0 commit comments

Comments
ย (0)