-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In contact:addrType
the elements sp
and pc
(contact::Address
fields province
and postal_code
) are optional
#13
Comments
Yes, please! |
Ok, I'll start on monday. |
That's not a problem. For our internal usage we're doing Git dependencies for now, we can put releases out if you have a need for that. |
kmkaplan
added a commit
to kmkaplan/instant-epp
that referenced
this issue
Apr 3, 2023
This changes the signature for `contact::Address::new` and the type of fields `contact::InfoData::voice`. Fixes issue djc#13.
kmkaplan
added a commit
to kmkaplan/instant-epp
that referenced
this issue
Apr 3, 2023
This changes the signature for `contact::Address::new` and the type of fields `contact::InfoData::voice`. Fixes issue djc#13.
kmkaplan
added a commit
to kmkaplan/instant-epp
that referenced
this issue
Apr 3, 2023
This changes the signature for `contact::Address::new`, `contact::ContactCreate::new` and the type of fields `contact::InfoData::voice` and `contact::ContactCreateRequest::voice`. Fixes issue djc#13.i
kmkaplan
added a commit
to kmkaplan/instant-epp
that referenced
this issue
Apr 3, 2023
This changes the signature for `contact::Address::new`, `contact::ContactCreate::new` and the type of fields `contact::InfoData::voice` and `contact::ContactCreateRequest::voice`. Fixes issue djc#13.
kmkaplan
added a commit
to kmkaplan/instant-epp
that referenced
this issue
Apr 3, 2023
This changes the signature for `contact::Address::new`, `contact::ContactCreate::new` and the type of fields `contact::InfoData::voice` and `contact::ContactCreateRequest::voice`. Fixes issue djc#13.
djc
pushed a commit
that referenced
this issue
Apr 3, 2023
This changes the signature for `contact::Address::new`, `contact::ContactCreate::new` and the type of fields `contact::InfoData::voice` and `contact::ContactCreateRequest::voice`. Fixes issue #13.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The elements
sp
,pc
are optional but thestruct Address
in module contact makes them compulsory.Here is the schema definition from RFC 5733, page 31
Should I fix this and submit PR?
This was originaly filed as masalachai/epp-client#96
The text was updated successfully, but these errors were encountered: