mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(events): update api events to follow snake case naming (#2828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -8,7 +8,7 @@ pub trait ApiEventMetric {
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Eq, PartialEq, Serialize)]
|
||||
#[serde(tag = "flow_type")]
|
||||
#[serde(tag = "flow_type", rename_all = "snake_case")]
|
||||
pub enum ApiEventsType {
|
||||
Payout,
|
||||
Payment {
|
||||
|
||||
Reference in New Issue
Block a user