feat(core): add card_discovery filter to payment list and payments Response (#7230)

This commit is contained in:
Sahkal Poddar
2025-02-14 14:49:19 +05:30
committed by GitHub
parent 12ef8ee0fc
commit 3c7cb9e59d
17 changed files with 74 additions and 0 deletions

View File

@ -194,6 +194,7 @@ impl AttemptStatus {
serde::Serialize,
strum::Display,
strum::EnumString,
strum::EnumIter,
ToSchema,
)]
#[router_derive::diesel_enum(storage_type = "db_enum")]