-
Notifications
You must be signed in to change notification settings - Fork 81
30660 - Validate Auto Detect Completing Party #4022
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
Conversation
| phone = user_contacts[0].get("phone", "") | ||
| elif user_data.get("phone"): | ||
| # IDIR | ||
| phone = user_data.get("phone", "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, phone may not be a property of the @me response.
| "streetAdditional": org_contact.get("streetAdditional", ""), | ||
| "delieveryInstructions": org_contact.get("deliveryInstructions", "") | ||
| "streetAdditional": mailing_address.get("streetAdditional", ""), | ||
| "delieveryInstructions": mailing_address.get("deliveryInstructions", "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo.
Also, I think deliveryInstructions is not a property of the orgs response. oops, it is
severinbeauvais
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for typo.
Issue #: /bcgov/entity#30660
Description of changes:
Completing Party:
User info + Org Info
User info
org info
mailing address
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).