mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(router): Handle incoming webhooks adyen (#9372)
This commit is contained in:
@ -570,7 +570,7 @@ impl Connector {
|
||||
}
|
||||
|
||||
pub fn should_acknowledge_webhook_for_resource_not_found_errors(self) -> bool {
|
||||
matches!(self, Self::Adyenplatform)
|
||||
matches!(self, Self::Adyenplatform | Self::Adyen)
|
||||
}
|
||||
|
||||
/// Validates if dummy connector can be created
|
||||
|
||||
Reference in New Issue
Block a user