refactor(router): get route for applepay_verified_domains (#2157)

This commit is contained in:
Prajjwal Kumar
2023-09-14 17:20:37 +05:30
committed by GitHub
parent 05696d326f
commit fb1760b1d8
7 changed files with 157 additions and 89 deletions

View File

@ -15,4 +15,6 @@ pub mod payments;
pub mod payouts;
pub mod refunds;
pub mod utils;
#[cfg(all(feature = "olap", feature = "kms"))]
pub mod verification;
pub mod webhooks;