Skip to content
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

Implemented: show customer phone number on the order details page (#348) #352

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

alsoK2maan
Copy link

@alsoK2maan alsoK2maan commented Nov 7, 2023

Related Issues

Closes #348

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

pgone

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

"inputFields": {
contactMechId,
},
"fieldList": ["contactNumber", "contactMechId"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fetch country code, area code as well. So in fact you can remove select fields here and fetch all the fields from the TelecomNumber table..

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made changes as per the discussion.

@ravilodhi ravilodhi merged commit cadcb28 into hotwax:main Nov 8, 2023
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.

Show customer phone number on the order detail page
3 participants