feat(payment_methods_v2): Added Ephemeral auth for v2 (#6813)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sarthak Soni
2024-12-22 23:04:45 +05:30
committed by GitHub
parent 7540b74347
commit 24401bc16f
23 changed files with 688 additions and 126 deletions

View File

@ -102,6 +102,9 @@ pub enum ApiEventsType {
poll_id: String,
},
Analytics,
EphemeralKey {
key_id: id_type::EphemeralKeyId,
},
}
impl ApiEventMetric for serde_json::Value {}