mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(reveue_recovery): Add support for multiple retry algorithms in revenue recovery workflow (#7915)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com>
This commit is contained in:
@ -216,6 +216,7 @@ pub enum CardDiscovery {
|
||||
Clone,
|
||||
Copy,
|
||||
Debug,
|
||||
Default,
|
||||
Hash,
|
||||
Eq,
|
||||
PartialEq,
|
||||
@ -230,6 +231,7 @@ pub enum CardDiscovery {
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum RevenueRecoveryAlgorithmType {
|
||||
#[default]
|
||||
Monitoring,
|
||||
Smart,
|
||||
Cascading,
|
||||
|
||||
Reference in New Issue
Block a user