feat(payments): get new filters for payments list (#4174)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@pm.me>
This commit is contained in:
Apoorv Dixit
2024-04-16 15:31:28 +05:30
committed by GitHub
parent 1b7cde2d1b
commit c3361ef5eb
10 changed files with 158 additions and 9 deletions

View File

@ -1153,6 +1153,7 @@ pub enum MerchantStorageScheme {
serde::Deserialize,
serde::Serialize,
strum::Display,
strum::EnumIter,
strum::EnumString,
)]
#[router_derive::diesel_enum(storage_type = "db_enum")]