hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(core): [Retry] Recurring payment retries

Open ImSagnik007 opened this issue 11 months ago • 1 comments

Type of Change

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

Description

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?

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

ImSagnik007 avatar Jan 08 '25 16:01 ImSagnik007

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/core/debit_routing.rs  41% smaller
  crates/router/src/core/payments.rs  33% smaller
  crates/router/src/core/payments/retry.rs  0% smaller
  crates/router/src/types/api.rs  0% smaller
  crates/router/src/types/api/fraud_check.rs  0% smaller

semanticdiff-com[bot] avatar Jan 08 '25 16:01 semanticdiff-com[bot]

This PR has some redundant changes, not needed.

ImSagnik007 avatar Jul 13 '25 19:07 ImSagnik007