hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feature(connector): add capture flow support for worldline

Open ArjunKarthik opened this issue 1 year ago • 0 comments

Type of Change

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

Description

Add support for capture flow in worldline connector Payment Method: card

Additional Changes

  • [ ] This PR modifies the database schema
  • [ ] This PR modifies application configuration/environment variables

Motivation and Context

Updating connector Worldline Extends #233

How did you test it?

cargo test --package router --test connectors -- worldline Screenshot 2023-01-17 at 9 22 37 PM

Checklist

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

ArjunKarthik avatar Jan 17 '23 15:01 ArjunKarthik