mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(connector): airwallex convert init payment to preprocessing (#4842)
This commit is contained in:
@ -249,6 +249,9 @@ impl Connector {
|
||||
Self::Checkout | Self::Nmi| Self::Cybersource => true,
|
||||
}
|
||||
}
|
||||
pub fn is_pre_processing_required_before_authorize(&self) -> bool {
|
||||
matches!(self, Self::Airwallex)
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(
|
||||
|
||||
Reference in New Issue
Block a user