Skip to content

@W-21362507: Fix for custom billing address as registered shoppers#3693

Merged
dannyphan2000 merged 2 commits intodevelopfrom
dannyphan2000.W-21362507.custom-billing-address-fix
Feb 26, 2026
Merged

@W-21362507: Fix for custom billing address as registered shoppers#3693
dannyphan2000 merged 2 commits intodevelopfrom
dannyphan2000.W-21362507.custom-billing-address-fix

Conversation

@dannyphan2000
Copy link
Contributor

@dannyphan2000 dannyphan2000 commented Feb 26, 2026

Fix for custom billing address as registered shoppers

Description

Checkout as a registered shopper and try to fill out a custom billing address
Expected: can place order
Actual: error occurs.

{

"title": "Bad Request",

"type": "https://api.commercecloud.salesforce.com/documentation/error/v1/errors/bad-request",

"detail": "An error occurred while decoding the request. There is an unknown property 'addressId' in document 'OrderAddress'.",

"property": "addressId",

"document": "OrderAddress"

}

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Breaking change (could cause existing functionality to not work as expected)
  • Other changes (non-breaking changes that does not fit any of the above)

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

  • Enable custom billing address as registered shoppers

How to Test-Drive This PR

  • Checkout as returning shopper, enter a custom billing address and place order

Checklists

General

  • Changes are covered by test cases
  • CHANGELOG.md updated with a short description of changes (not required for documentation updates)

Accessibility Compliance

You must check off all items in one of the follow two lists:

  • There are no changes to UI

or...

Localization

  • Changes include a UI text update in the Retail React App (which requires translation)

Signed-off-by: d.phan <d.phan@salesforce.com>
@dannyphan2000 dannyphan2000 requested a review from a team as a code owner February 26, 2026 16:52
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Feb 26, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Signed-off-by: d.phan <d.phan@salesforce.com>
@dannyphan2000 dannyphan2000 requested a review from a team as a code owner February 26, 2026 16:53
@dannyphan2000 dannyphan2000 merged commit 2c5d8ab into develop Feb 26, 2026
42 checks passed
@dannyphan2000 dannyphan2000 deleted the dannyphan2000.W-21362507.custom-billing-address-fix branch February 26, 2026 19:20
rasbhat pushed a commit that referenced this pull request Mar 5, 2026
…3693)

* @W-21362507: Fix for custom billing address as registered shoppers

Signed-off-by: d.phan <d.phan@salesforce.com>

* add changelog

Signed-off-by: d.phan <d.phan@salesforce.com>

---------

Signed-off-by: d.phan <d.phan@salesforce.com>
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