hyperswitch
hyperswitch copied to clipboard
fix(connector): [Novalnet] send decoded token for apple pay payment
Type of Change
- [X] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
We're passing base64 encoded data in SetupMandate flow for apple pay token, but Novalnet expects apple pay token as decoded raw string. This PR fixes this.
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?
Cannot be tested locally.
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
Changed Files
| File | Status |
|---|---|