refactor: attempt and intent status (#210)

This commit is contained in:
Sangamesh Kulkarni
2022-12-23 19:28:06 +05:30
committed by GitHub
parent c9276a30d7
commit 279961e169
10 changed files with 23 additions and 17 deletions

View File

@ -273,7 +273,7 @@ impl<F: Clone> UpdateTracker<F, PaymentData<F>, api::PaymentsRequest> for Paymen
),
_ => (
enums::IntentStatus::RequiresCustomerAction,
enums::AttemptStatus::PendingVbv,
enums::AttemptStatus::AuthenticationPending,
),
};