mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(analytics): Refund status serialization issue for ckh analytics (#5199)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user