mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
chore(analytics): adding dispute id to api log events (#3450)
This commit is contained in:
committed by
GitHub
parent
d6807abba4
commit
937aea906e
@ -50,6 +50,9 @@ pub enum ApiEventsType {
|
||||
RustLocker,
|
||||
FraudCheck,
|
||||
Recon,
|
||||
Dispute {
|
||||
dispute_id: String,
|
||||
},
|
||||
}
|
||||
|
||||
impl ApiEventMetric for serde_json::Value {}
|
||||
|
||||
Reference in New Issue
Block a user