mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
fix(analytics): fix refund status filter on dashboard (#6431)
This commit is contained in:
@ -5,7 +5,7 @@ use std::{
|
|||||||
|
|
||||||
use common_utils::id_type;
|
use common_utils::id_type;
|
||||||
|
|
||||||
use crate::{enums::Currency, refunds::RefundStatus};
|
use crate::enums::{Currency, RefundStatus};
|
||||||
|
|
||||||
#[derive(
|
#[derive(
|
||||||
Clone,
|
Clone,
|
||||||
|
|||||||
Reference in New Issue
Block a user