mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +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 {
|
pub struct PaymentIntentFilters {
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub status: Vec<IntentStatus>,
|
pub status: Vec<IntentStatus>,
|
||||||
|
#[serde(default)]
|
||||||
pub currency: Vec<Currency>,
|
pub currency: Vec<Currency>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user