chore(analytics): adding dispute id to api log events (#3450)

This commit is contained in:
harsh-sharma-juspay
2024-01-30 12:53:58 +05:30
committed by GitHub
parent d6807abba4
commit 937aea906e
6 changed files with 55 additions and 12 deletions

View File

@ -50,6 +50,9 @@ pub enum ApiEventsType {
RustLocker,
FraudCheck,
Recon,
Dispute {
dispute_id: String,
},
}
impl ApiEventMetric for serde_json::Value {}