mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user