@W-18818802 add billing phone number to customer on registration#2653
@W-18818802 add billing phone number to customer on registration#2653syadupathi-sf merged 10 commits intodevelopfrom
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
packages/template-retail-react-app/app/pages/checkout/confirmation.jsx
Outdated
Show resolved
Hide resolved
dannyphan2000
left a comment
There was a problem hiding this comment.
QA is done via https://sushma-1cc-production.mobify-storefront.com/
Verified that it works!
bendvc
left a comment
There was a problem hiding this comment.
Please update the PR description. This gos along way to help onboard reviewers on to what this ticket is about, we can't rely solely on gus tickets as this is a open source repo and the developers most likely won't have access to see what they are about.
Otherwise the change looks good. |
|
Please update the CHANGELOG.md file to include your PR and a short description of what your change does. |
| // Verify other expected customer data (firstName/lastName come from order's billingAddress) | ||
| expect(registrationRequestBody.customer.firstName).toBe(mockOrder.billingAddress.firstName) | ||
| expect(registrationRequestBody.customer.lastName).toBe(mockOrder.billingAddress.lastName) | ||
| expect(registrationRequestBody.customer.email).toBe(mockOrder.customerInfo.email) |
There was a problem hiding this comment.
Can you pls elaborate? npm run lint doesn't have any errors
packages/template-retail-react-app/app/pages/checkout/confirmation.test.js
Outdated
Show resolved
Hide resolved
Signed-off-by: syadupathi-sf <66088780+syadupathi-sf@users.noreply.github.com>
dannyphan2000
left a comment
There was a problem hiding this comment.
Looks good. Verified that this code is working successfully in MRT.
* W-18818802 add shipment phone number to customer on registration * W-18818802 address code review comments * fix lint errors * updated change log * address code review comment * fix lint errors afrer conflict merge * minor change to test comment --------- Signed-off-by: syadupathi-sf <66088780+syadupathi-sf@users.noreply.github.com>
Description
Types of Changes
Changes
How to Test-Drive This PR
Checklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization