mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-04 05:59:48 +08:00
refactor: attempt and intent status (#210)
This commit is contained in:
committed by
GitHub
parent
c9276a30d7
commit
279961e169
@ -273,7 +273,7 @@ impl<F: Clone> UpdateTracker<F, PaymentData<F>, api::PaymentsRequest> for Paymen
|
||||
),
|
||||
_ => (
|
||||
enums::IntentStatus::RequiresCustomerAction,
|
||||
enums::AttemptStatus::PendingVbv,
|
||||
enums::AttemptStatus::AuthenticationPending,
|
||||
),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user