mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user