feat(analytics): add first_attempt as a filter for PaymentFilters (#6604)

This commit is contained in:
Sandeep Kumar
2024-11-24 18:32:46 +05:30
committed by GitHub
parent 8d0639ea6f
commit 9460041b2a
5 changed files with 19 additions and 0 deletions

View File

@ -41,6 +41,8 @@ pub struct PaymentFilters {
pub card_issuer: Vec<String>,
#[serde(default)]
pub error_reason: Vec<String>,
#[serde(default)]
pub first_attempt: Vec<bool>,
}
#[derive(