mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(core): add error handling wrapper to wehbook (#6636)
This commit is contained in:
@ -282,6 +282,9 @@ impl Connector {
|
||||
pub fn is_pre_processing_required_before_authorize(&self) -> bool {
|
||||
matches!(self, Self::Airwallex)
|
||||
}
|
||||
pub fn should_acknowledge_webhook_for_resource_not_found_errors(&self) -> bool {
|
||||
matches!(self, Self::Adyenplatform)
|
||||
}
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
pub fn validate_dummy_connector_enabled(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user