mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): adding generic tokenization endpoint (#7905)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -121,6 +121,10 @@ pub enum ApiEventsType {
|
||||
PaymentMethodSession {
|
||||
payment_method_session_id: id_type::GlobalPaymentMethodSessionId,
|
||||
},
|
||||
#[cfg(feature = "v2")]
|
||||
Token {
|
||||
token_id: Option<id_type::GlobalTokenId>,
|
||||
},
|
||||
ProcessTracker,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user