mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
fix(analytics): Resolve issues for payment-intent v2 analytics (#5283)
This commit is contained in:
@ -10,6 +10,7 @@ use crate::enums::{Currency, IntentStatus};
|
||||
pub struct PaymentIntentFilters {
|
||||
#[serde(default)]
|
||||
pub status: Vec<IntentStatus>,
|
||||
#[serde(default)]
|
||||
pub currency: Vec<Currency>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user