Add extra flow logic for Restore

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137191080
This commit is contained in:
mountford 2016-10-25 12:58:40 -07:00 committed by Ben McIlwain
parent a4d78afd70
commit e40db46822
5 changed files with 38 additions and 11 deletions

View file

@ -3,7 +3,7 @@
<renew>
<domain:renew
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>create-42.flags</domain:name>
<domain:name>%DOMAIN%</domain:name>
<domain:curExpDate>2000-04-03</domain:curExpDate>
<domain:period unit="y">1</domain:period>
</domain:renew>

View file

@ -3,7 +3,7 @@
<update>
<domain:update
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>example.flags</domain:name>
<domain:name>%DOMAIN%</domain:name>
<domain:chg/>
</domain:update>
</update>
@ -11,6 +11,10 @@
<rgp:update xmlns:rgp="urn:ietf:params:xml:ns:rgp-1.0">
<rgp:restore op="request"/>
</rgp:update>
<fee:update xmlns:fee="urn:ietf:params:xml:ns:fee-0.6">
<fee:currency>USD</fee:currency>
<fee:fee>%FEE%</fee:fee>
</fee:update>
</extension>
<clTRID>ABC-12345</clTRID>
</command>