mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
fix: 3ds bug fix in checkout (#204)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6123823523
commit
781b6dded2
@ -161,7 +161,7 @@ impl From<transformers::Foreign<(CheckoutPaymentStatus, Option<enums::CaptureMet
|
||||
}
|
||||
CheckoutPaymentStatus::Captured => enums::AttemptStatus::Charged,
|
||||
CheckoutPaymentStatus::Declined => enums::AttemptStatus::Failure,
|
||||
CheckoutPaymentStatus::Pending => enums::AttemptStatus::Authorizing,
|
||||
CheckoutPaymentStatus::Pending => enums::AttemptStatus::AuthenticationPending,
|
||||
CheckoutPaymentStatus::CardVerified => enums::AttemptStatus::Pending,
|
||||
}
|
||||
.into()
|
||||
|
||||
Reference in New Issue
Block a user