Skip to content

Commit

Permalink
Fixed claims formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga authored Jul 27, 2023
1 parent 3c940ba commit c0bfe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Epp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ public function domainCheckClaims($params = array())
<domain:check
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"
xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
{{ name }}
<domain:name>{{ name }}</domain:name>
</domain:check>
</check>
<extension>
Expand Down Expand Up @@ -2163,6 +2163,7 @@ public function domainCreateClaims($params = array())
<domain:pw>{{ authInfoPw }}</domain:pw>
</domain:authInfo>
</domain:create>
</create>
<extension>
<launch:create xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
<launch:phase>claims</launch:phase>
Expand All @@ -2173,7 +2174,6 @@ public function domainCreateClaims($params = array())
</launch:notice>
</launch:create>
</extension>
</create>
<clTRID>{{ clTRID }}</clTRID>
</command>
</epp>');
Expand Down

0 comments on commit c0bfe6f

Please sign in to comment.