hyperswitch-web
hyperswitch-web copied to clipboard
feat: 3DS netcetra Part B
Type of Change
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
3DS Netcetra Part - B
- added payment loader in between multiple hops
- handled 4xx errors cases for /authentication call
- handled 2xx errors cases for /authentication call
- added close button which will call /authorise api
- added timer for 10 mins and appropriate msg for users to complete the challenge
- call /authorise when there is no interaction before timeout
How did you test it?
Checklist
- [x] I ran
npm run re:build - [x] I reviewed submitted code
- [ ] I added unit tests for my changes where possible