mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
fix(router): Added authentication success check for fetching authentication value (#9769)
This commit is contained in:
@ -8230,6 +8230,10 @@ impl AuthenticationStatus {
|
||||
pub fn is_failed(self) -> bool {
|
||||
self == Self::Failed
|
||||
}
|
||||
|
||||
pub fn is_success(self) -> bool {
|
||||
self == Self::Success
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(
|
||||
|
||||
Reference in New Issue
Block a user