mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
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:
@ -102,6 +102,9 @@ pub enum ApiEventsType {
|
||||
poll_id: String,
|
||||
},
|
||||
Analytics,
|
||||
EphemeralKey {
|
||||
key_id: id_type::EphemeralKeyId,
|
||||
},
|
||||
}
|
||||
|
||||
impl ApiEventMetric for serde_json::Value {}
|
||||
|
||||
Reference in New Issue
Block a user