feat(payment_methods): Implement Process tracker workflow for Payment method Status update (#4668)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sarthak Soni
2024-06-21 14:21:14 +05:30
committed by GitHub
parent ca61e47585
commit 5cde7ee034
8 changed files with 211 additions and 4 deletions

View File

@ -342,7 +342,7 @@ pub fn get_outgoing_webhook_retry_schedule_time(
}
/// Get the delay based on the retry count
fn get_delay<'a>(
pub fn get_delay<'a>(
retry_count: i32,
frequencies: impl IntoIterator<Item = &'a (i32, i32)>,
) -> Option<i32> {