mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
fix(events): Correct parsing of API events with user event_type for Clickhouse (#5022)
This commit is contained in:
@ -29,8 +29,6 @@ pub enum ApiEventsType {
|
||||
customer_id: id_type::CustomerId,
|
||||
},
|
||||
User {
|
||||
//specified merchant_id will overridden on global defined
|
||||
merchant_id: String,
|
||||
user_id: String,
|
||||
},
|
||||
PaymentMethodList {
|
||||
|
||||
Reference in New Issue
Block a user