mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 09:45:19 +02:00
This also adds a domain update pricing hook to DomainPricingCustomLogic. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142286755
25 lines
724 B
XML
25 lines
724 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<update>
|
|
<domain:update
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example.tld</domain:name>
|
|
<domain:add/>
|
|
<domain:rem/>
|
|
<domain:chg>
|
|
<domain:registrant>sh8013</domain:registrant>
|
|
<domain:authInfo>
|
|
<domain:pw>2BARfoo</domain:pw>
|
|
</domain:authInfo>
|
|
</domain:chg>
|
|
</domain:update>
|
|
</update>
|
|
<extension>
|
|
<fee:update xmlns:fee="urn:ietf:params:xml:ns:fee-%FEE_VERSION%">
|
|
<fee:currency>USD</fee:currency>
|
|
<fee:fee>5.00</fee:fee>
|
|
</fee:update>
|
|
</extension>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|