mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
refactor(router): separate enums for api (#96)
This commit is contained in:
@ -123,7 +123,7 @@ async fn create_event_and_trigger_outgoing_webhook(
|
||||
let outgoing_webhook = api::OutgoingWebhook {
|
||||
merchant_id: merchant_account.merchant_id.clone(),
|
||||
event_id: event.event_id,
|
||||
event_type: event.event_type,
|
||||
event_type: event.event_type.into(),
|
||||
content,
|
||||
timestamp: event.created_at,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user