feat(router): add mertics to apple pay flow (#2235)

Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
This commit is contained in:
Shankar Singh C
2023-09-22 16:06:15 +05:30
committed by GitHub
parent 2b8bd03a72
commit b9f25c4a4e
12 changed files with 192 additions and 37 deletions

View File

@ -115,6 +115,7 @@ pub async fn construct_webhook_router_data<'a>(
payment_method_balance: None,
connector_api_version: None,
connector_http_status_code: None,
apple_pay_flow: None,
};
Ok(router_data)
}