AfriCC / php-epp2

A High Level EPP TCP/SSL Client for PHP
GNU General Public License v3.0
54 stars 31 forks source link

when create or transfer domains how to set the fees? #71

Open quyunet opened 5 years ago

quyunet commented 5 years ago

when create or transfer domains how to set the fees?

https://tools.ietf.org/html/draft-brown-epp-fees-02#section-3.2.1

johnny-bit commented 5 years ago

Hi!

You can create extension to support fees as they are not part of standard but rather extension to standard. This projects welcomes pull requests :)

pt., 15 mar 2019 o 16:59 QuYu.Net notifications@github.com napisał(a):

when create or transfer domains how to set the fees?

https://tools.ietf.org/html/draft-brown-epp-fees-02#section-3.2.1

C: C: C: C: C: <domain:create C: xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> C: domain:nameexample.com</domain:name> C: 2</domain:period> C: domain:ns C: domain:hostObjns1.example.net</domain:hostObj> C: domain:hostObjns2.example.net</domain:hostObj> C: </domain:ns> C: domain:registrantjd1234</domain:registrant> C: sh8013</domain:contact> C: sh8013</domain:contact> C: domain:authInfo C: domain:pw2fooBAR</domain:pw> C: </domain:authInfo> C: </domain:create> C: C: C: C: fee:currencyUSD</fee:currency> C: fee:fee5.00</fee:fee> C: </fee:create> C: C: ABC-12345 C: C:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AfriCC/php-epp2/issues/71, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMVFet5pZz4Kd0SgfkRREBRzs8iXoKXks5vW8NUgaJpZM4b2yeS .

-- Pozdrawiam, Hubert Kowalski

quyunet commented 5 years ago

Hi! You can create extension to support fees as they are not part of standard but rather extension to standard. This projects welcomes pull requests :) pt., 15 mar 2019 o 16:59 QuYu.Net notifications@github.com napisał(a): when create or transfer domains how to set the fees? https://tools.ietf.org/html/draft-brown-epp-fees-02#section-3.2.1 C: C: C: C: C: C: domain:nameexample.com</domain:name> C: 2</domain:period> C: domain:ns C: domain:hostObjns1.example.net</domain:hostObj> C: domain:hostObjns2.example.net</domain:hostObj> C: </domain:ns> C: domain:registrantjd1234</domain:registrant> C: sh8013</domain:contact> C: sh8013</domain:contact> C: domain:authInfo C: domain:pw2fooBAR</domain:pw> C: </domain:authInfo> C: </domain:create> C: C: C: C: fee:currencyUSD</fee:currency> C: fee:fee5.00</fee:fee> C: </fee:create> C: C: ABC-12345 C: C: — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#71>, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMVFet5pZz4Kd0SgfkRREBRzs8iXoKXks5vW8NUgaJpZM4b2yeS . -- Pozdrawiam, Hubert Kowalski

can provide the code example? thank you!

johnny-bit commented 4 years ago

Sure - please look inside src/AfriCC/EPP/Extension files and have a go at it :)