mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [SQUARE] Implement webhooks (#1980)
This commit is contained in:
@ -728,6 +728,7 @@ pub async fn webhooks_core<W: types::OutgoingWebhookType>(
|
||||
let connector = connector.connector;
|
||||
let mut request_details = api::IncomingWebhookRequestDetails {
|
||||
method: req.method().clone(),
|
||||
uri: req.uri().clone(),
|
||||
headers: req.headers(),
|
||||
query_params: req.query_string().to_string(),
|
||||
body: &body,
|
||||
|
||||
Reference in New Issue
Block a user