Skip to content

Commit

Permalink
feat(analytics): Refund status serialization issue for ckh analytics (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhitator216 authored and Narayanbhat166 committed Jul 8, 2024
1 parent a160fff commit ba24d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/common_enums/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,7 @@ pub enum PaymentType {
)]
#[router_derive::diesel_enum(storage_type = "db_enum")]
#[strum(serialize_all = "snake_case")]
#[serde(rename_all = "snake_case")]
pub enum RefundStatus {
Failure,
ManualReview,
Expand Down

0 comments on commit ba24d8b

Please # to comment.