refactor(connector): airwallex convert init payment to preprocessing (#4842)

This commit is contained in:
Hrithikesh
2024-06-03 16:21:49 +05:30
committed by GitHub
parent 67f017f6f0
commit e5da133fe0
22 changed files with 851 additions and 55 deletions

View File

@ -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(