Skip to content

Conversation

@syadupathi-sf
Copy link
Collaborator

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)

syadupathi-sf and others added 30 commits August 12, 2025 18:36
)

* W-18912438 Remove other login options for 1CC

* rename files as per suggestion from team

* skip changelog

* add the continue to shipping address button
* W-19084772 Remove review order step in one click checkout

* skip changelog

* re work to place the Place Order button according to the latest figma

* fix button stickiness
Add a new user registration ("Save for Future Use") box in the 1CC layout. After placing order with this option checked, account registration will be initiated.
Add saved phone number to the 1CC user registration flow.
Add saved shipping address to the 1CC user registration flow.
* Initial push for the demo

* fix guest user flow to not show the otp modal

* W-18927151 Trigger OTP modal

* Reverting configuration

* minor

* skip changelog

* fix translations

* minor - remove comment

* address code review comments

* fix the spinner
* W-19084772 Remove review order step in one click checkout

* skip changelog

* re work to place the Place Order button according to the latest figma

* fix button stickiness
Add a new user registration ("Save for Future Use") box in the 1CC layout. After placing order with this option checked, account registration will be initiated.
Add saved phone number to the 1CC user registration flow.
Add saved shipping address to the 1CC user registration flow.
* Initial push for the demo

* fix guest user flow to not show the otp modal

* W-18927151 Trigger OTP modal

* Reverting configuration

* minor

* skip changelog

* fix translations

* minor - remove comment

* address code review comments

* fix the spinner
sf-mkosak and others added 24 commits September 4, 2025 15:31
…e-shipping-bugfix

Open OTP modal when user clicks proceed to shipping address
* W-19121709 Saved payment instrument

* skip changelog

* lint fix

* fix tests and other issues

* revert some of the unnecessary changes

* reverting some more changes
…nly-myaccount

@W-19444204 email input readonly in myaccount
* W-19444570 add payment instrument

* Make sure create-mobify-app-dev.js works as intended

Bumping up the -dev versions make sure that all packages have versions that have NOT been published to npm yet. Previously we accidentally published `3.12.0-dev` to npm.

---------

Co-authored-by: Vincent Marta <[email protected]>
* W-19444575 Delete payment instrument

* address code review comments

* lint fixes
* W-19548614 Revert proxy changes for passwordless login

* add test for coverage
* Fixes for preselecting SPM and add spm in my account

* removed invalid comment

* reverted accidental commit to _app-config

* reverting accidental commit to ssr.js

* reverting accidental commit to default.js

* removed commented test

* Fixing autoselect of SPM

* Localized the label for the view all spm button

* linting fixes

* fixed the conditional logic to show or hide the show all button
* W-19751635 UX changes for saved payment methods in checkout

* clean up code

* address code review comments

* address more code review comments

* adding translations

* fix lint errors

* fix test failure
…yment-method-myaccount

@W-19444592 hide add payment method button in myaccount
…yment-method-myaccount-2

Fixed loading and error states of the shopper configuration API
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Oct 10, 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 added the skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated label Oct 10, 2025
syadupathi-sf and others added 4 commits October 10, 2025 12:40
* W-19797935 Save payment method for future use

* additional tests

* fix the sabed payment logic by eliminating effects from prev design

* address code review comments

* minor

* fix lint

* tests

* translations

* lint fix

* minor
* W-19444573 Set default payment instrument

* choose default payment on checkout

* address code review comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants