mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
fix(webhook): provide acknowledgment for webhooks with unsupported event types (#1815)
This commit is contained in:
@ -39,3 +39,7 @@ counter_metric!(WEBHOOK_SOURCE_VERIFIED_COUNT, GLOBAL_METER);
|
||||
counter_metric!(WEBHOOK_OUTGOING_COUNT, GLOBAL_METER);
|
||||
counter_metric!(WEBHOOK_OUTGOING_RECEIVED_COUNT, GLOBAL_METER);
|
||||
counter_metric!(WEBHOOK_OUTGOING_NOT_RECEIVED_COUNT, GLOBAL_METER);
|
||||
counter_metric!(
|
||||
WEBHOOK_EVENT_TYPE_IDENTIFICATION_FAILURE_COUNT,
|
||||
GLOBAL_METER
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user