hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

refactor(adyen): use enums instead of strings for statuses

Open prasunna09 opened this issue 2 years ago • 0 comments

Fixes #262

Type of Change

  • [ ] Bugfix
  • [ ] New feature
  • [ ] Enhancement
  • [x] Refactoring
  • [ ] Dependency updates

Description

Used enums instead of strings for statuses for Adyen.

Motivation and Context

How did you test it?

Checklist

  • [x] I formatted the code cargo +nightly fmt
  • [x] I addressed lints thrown by cargo clippy
  • [x] I reviewed submitted code
  • [ ] I added unit tests for my changes where possible
  • [ ] I added a CHANGELOG entry if applicable

prasunna09 avatar Jan 08 '23 13:01 prasunna09