hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

fix(connector): [Novalnet] send decoded token for apple pay payment

Open dgeee13 opened this issue 7 months ago • 1 comments

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

dgeee13 avatar May 07 '25 10:05 dgeee13

Review changes with  SemanticDiff

Changed Files
File Status
  crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs  0% smaller

semanticdiff-com[bot] avatar May 07 '25 10:05 semanticdiff-com[bot]