hyperswitch
hyperswitch copied to clipboard
fix(trustpay): [Trustpay] Add error code mapping '800.100.100'
Type of Change
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
Error mapping done to code 800.100.100
OSS Main PR - https://github.com/juspay/hyperswitch/pull/4224
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
How did you test it?
No testing can be done since it matches error code in production which cant be replicated
Checklist
- [x] I formatted the code
cargo +nightly fmt --all
- [x] I addressed lints thrown by
cargo clippy
- [x] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible
- [ ] I added a CHANGELOG entry if applicable