hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(connector): [worldpay] use auto-capture by default and add dynamic fields

Open kashif-m opened this issue 3 months ago • 1 comments

Type of Change

  • [ ] Bugfix
  • [ ] New feature
  • [x] Enhancement
  • [x] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [ ] CI/CD

Description

Described in #6316 point # 5 (check comments)

Additional Changes

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

Motivation and Context

  • Keeps the behavior of CaptureMethod uniform across connectors
  • Introduces default fields for Worldpay cards

How did you test it?

Checklist

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

kashif-m avatar Oct 30 '24 10:10 kashif-m