chore(connector_events_fields): added refund_id, dispute_id to connector events (#3424)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@pm.me>
This commit is contained in:
ivor-juspay
2024-01-31 17:09:35 +05:30
committed by GitHub
parent 757534104e
commit 90a24625ce
19 changed files with 85 additions and 18 deletions

View File

@ -114,6 +114,8 @@ pub async fn construct_webhook_router_data<'a>(
external_latency: None,
apple_pay_flow: None,
frm_metadata: None,
refund_id: None,
dispute_id: None,
};
Ok(router_data)
}