Skip to content

Conversation

@Rajandeep98
Copy link
Collaborator

Issue #: /bcgov/entity#30660

Description of changes:
Completing Party:
User info + Org Info

User info

  • bscs > contacts > email/name
  • idir > email/name

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).

@Rajandeep98 Rajandeep98 marked this pull request as ready for review January 22, 2026 17:59
@Rajandeep98 Rajandeep98 self-assigned this Jan 22, 2026
phone = user_contacts[0].get("phone", "")
elif user_data.get("phone"):
# IDIR
phone = user_data.get("phone", "")
Copy link
Collaborator

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", "")
Copy link
Collaborator

@severinbeauvais severinbeauvais Jan 22, 2026

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

Copy link
Collaborator

@severinbeauvais severinbeauvais left a 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.

@Rajandeep98 Rajandeep98 merged commit 63994cf into bcgov:main Jan 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants