SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

Use uniform way for <clTRID> and <svTRID> in examples #48

Closed mdavids closed 6 months ago

mdavids commented 6 months ago

We now have a mix:

S:         <clTRID>ABC-12345</clTRID>
S:         <svTRID>54321-XYZ</svTRID>

And

S:      <clTRID>ABC-12345</clTRID>
S:      <svTRID>XYZ-12345</svTRID>

Perhaps it's better to make this the same everywhere.

mwullink commented 6 months ago

use this, decided now

S:      <clTRID>ABC-12345</clTRID>
S:      <svTRID>XYZ-12345</svTRID>