mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
fix(core): introduce new attempt and intent status to handle multiple partial captures (#2802)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
@ -566,6 +566,7 @@ impl<F: Send + Clone + Sync, FData: Send + Sync>
|
||||
| storage_enums::AttemptStatus::AutoRefunded
|
||||
| storage_enums::AttemptStatus::CaptureFailed
|
||||
| storage_enums::AttemptStatus::PartialCharged
|
||||
| storage_enums::AttemptStatus::PartialChargedAndChargeable
|
||||
| storage_enums::AttemptStatus::Pending
|
||||
| storage_enums::AttemptStatus::PaymentMethodAwaited
|
||||
| storage_enums::AttemptStatus::ConfirmationAwaited
|
||||
|
||||
Reference in New Issue
Block a user