Description
This PR fixes payment method selection by opening the first available payment method as default when none is selected (card).
Additionally, it fixes a bug where selecting crypto and then switching to another payment method would still use crypto. Now the selection correctly resets to the newly selected method, preventing the previous payment method from persisting.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed