fix(analytics): added response to the connector outgoing event (#3129)

Co-authored-by: harsh-sharma-juspay <125131007+harsh-sharma-juspay@users.noreply.github.com>
Co-authored-by: Sampras lopes <lsampras@pm.me>
This commit is contained in:
Sagar naik
2024-01-05 18:58:55 +05:30
committed by GitHub
parent 00008c16c1
commit d152c3a1ca
8 changed files with 145 additions and 149 deletions

View File

@ -40,7 +40,10 @@ pub enum ApiEventsType {
},
Routing,
ResourceListAPI,
PaymentRedirectionResponse,
PaymentRedirectionResponse {
connector: Option<String>,
payment_id: Option<String>,
},
Gsm,
// TODO: This has to be removed once the corresponding apiEventTypes are created
Miscellaneous,