mirror of
https://github.com/google/nomulus
synced 2026-05-31 03:56:33 +00:00
Also some minor cleanup to make renewal testdata files easier to reuse. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=187508329
14 lines
390 B
XML
14 lines
390 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<renew>
|
|
<domain:renew
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>%DOMAIN%</domain:name>
|
|
<domain:curExpDate>2000-04-03</domain:curExpDate>
|
|
<domain:period unit="y">%YEARS%</domain:period>
|
|
</domain:renew>
|
|
</renew>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|