feat: implement FRM flows (#2968)

Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: AkshayaFoiger <131388445+AkshayaFoiger@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
Kashif
2023-12-05 18:21:32 +05:30
committed by GitHub
parent 792e642ad5
commit 055d838367
45 changed files with 5199 additions and 161 deletions

View File

@ -13,6 +13,8 @@ pub mod customers;
pub mod disputes;
pub mod errors;
pub mod files;
#[cfg(feature = "frm")]
pub mod fraud_check;
pub mod gsm;
pub mod locker_migration;
pub mod mandate;