fix(my-account): activate first payment method on load#4463
Merged
miguelpeixe merged 1 commit intoreleasefrom Feb 9, 2026
Merged
fix(my-account): activate first payment method on load#4463miguelpeixe merged 1 commit intoreleasefrom
miguelpeixe merged 1 commit intoreleasefrom
Conversation
chickenn00dle
approved these changes
Feb 9, 2026
|
Hey @miguelpeixe, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
matticbot
pushed a commit
that referenced
this pull request
Feb 9, 2026
## [6.30.2](v6.30.1...v6.30.2) (2026-02-09) ### Bug Fixes * **my-account:** activate first payment method on load ([#4463](#4463)) ([680a48e](680a48e))
|
🎉 This PR is included in version 6.30.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
matticbot
pushed a commit
that referenced
this pull request
Feb 9, 2026
# [6.31.0-alpha.2](v6.31.0-alpha.1...v6.31.0-alpha.2) (2026-02-09) ### Bug Fixes * **my-account:** activate first payment method on load ([#4463](#4463)) ([680a48e](680a48e))
|
🎉 This PR is included in version 6.31.0-alpha.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
miguelpeixe
added a commit
that referenced
this pull request
Feb 9, 2026
miguelpeixe
pushed a commit
that referenced
this pull request
Feb 9, 2026
## [6.30.2](v6.30.1...v6.30.2) (2026-02-09) ### Bug Fixes * **my-account:** activate first payment method on load ([#4463](#4463)) ([680a48e](680a48e))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
NPPM-2600
If the site has multiple payment gateways, the modal renders the available options. The first item is selected, but the content remains hidden. It only appears after selecting another option and then back.
This PR ensures the first option of the accordion is active.
How to test the changes in this Pull Request:
Other information: