deps(api_models): put the errors module behind a feature flag (#815)

This commit is contained in:
ItsMeShashank
2023-03-30 15:13:34 +05:30
committed by GitHub
parent 324df4de8c
commit f14f87a106
8 changed files with 23 additions and 18 deletions

View File

@ -6,6 +6,7 @@ pub mod cards_info;
pub mod customers;
pub mod disputes;
pub mod enums;
#[cfg(feature = "errors")]
pub mod errors;
pub mod files;
pub mod mandates;