Skip to content

Commit ba24d8b

Browse files
Abhitator216Narayanbhat166
authored andcommitted
feat(analytics): Refund status serialization issue for ckh analytics (#5199)
1 parent a160fff commit ba24d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/common_enums/src/enums.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,7 @@ pub enum PaymentType {
15721572
)]
15731573
#[router_derive::diesel_enum(storage_type = "db_enum")]
15741574
#[strum(serialize_all = "snake_case")]
1575+
#[serde(rename_all = "snake_case")]
15751576
pub enum RefundStatus {
15761577
Failure,
15771578
ManualReview,

0 commit comments

Comments
 (0)