Skip to content

Conversation

@kumaravinashcommercecloud

Description

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

  • (change1)

How to Test-Drive This PR

  • (step1)

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)

@kumaravinashcommercecloud kumaravinashcommercecloud requested a review from a team as a code owner October 31, 2025 19:22
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Oct 31, 2025

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

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

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

@syadupathi-sf syadupathi-sf merged commit 4780100 into syadupathi.W-19425801.guestCustFlow Nov 5, 2025
14 of 16 checks passed
@syadupathi-sf syadupathi-sf deleted the avinash_mergeBasket branch November 5, 2025 23:09
syadupathi-sf added a commit that referenced this pull request Nov 7, 2025
* initial changes

* tests and other adjustments

* fix to eliminate the OTP modal fluctuating its visibility

* clean up code

* skip changelog

* cleanup the hook

* translations

* guest flow changes

* merge basket change (#3448)

* avoid duplicate OTP

* tweak for returning vs newly regstered guest users

* tests and lint

* minor changes

* address code review comment

* fix lint in commerce-sdk-react

* refactor minor

---------

Co-authored-by: kumaravinashcommercecloud <[email protected]>
dannyphan2000 pushed a commit that referenced this pull request Nov 7, 2025
* initial changes

* tests and other adjustments

* fix to eliminate the OTP modal fluctuating its visibility

* clean up code

* skip changelog

* cleanup the hook

* translations

* guest flow changes

* merge basket change (#3448)

* avoid duplicate OTP

* tweak for returning vs newly regstered guest users

* tests and lint

* minor changes

* address code review comment

* fix lint in commerce-sdk-react

* refactor minor

---------

Co-authored-by: kumaravinashcommercecloud <[email protected]>
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