feat(payment-methods): [Proxy] add saved card flow for proxy payments (#8964)

Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2025-08-20 16:47:26 +05:30
committed by GitHub
parent a56d78a46a
commit 73dfa5e4fa
21 changed files with 861 additions and 29 deletions

View File

@ -194,6 +194,10 @@ impl AttemptStatus {
| Self::IntegrityFailure => false,
}
}
pub fn is_success(self) -> bool {
matches!(self, Self::Charged | Self::PartialCharged)
}
}
#[derive(