hyperswitch-control-center
hyperswitch-control-center copied to clipboard
feat: card-network in payment filters
Type of Change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
-
Card network filter in payments
-
Filter list based on card-network values
Motivation and Context
How did you test it?
- The payment method filters include a card-network option.
- When the card-network filter is clicked, a dropdown appears showing all values provided by the API.
- Applying the card-network filter the payments list filteres based on the selected card-network.
Where to test it?
- [X] INTEG
- [X] SANDBOX
- [X] PROD
Checklist
- [X] I ran
npm run re:build
- [X] I reviewed submitted code
- [ ] I added unit tests for my changes where possible