refactor(core): accept manual retry from profile (#9302)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2025-09-11 19:20:39 +05:30
committed by GitHub
parent ebba12ecd5
commit 59870a964d
20 changed files with 40 additions and 14 deletions

View File

@ -410,7 +410,7 @@ mod test {
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum RetryAction {
/// Payment can be retried from the client side until the payment is successful or payment expires or the attempts(configured by the merchant) for payment are exhausted
/// Manual retry through request is being deprecated, now it is available through profile
ManualRetry,
/// Denotes that the payment is requeued
Requeue,