feat(router): verify service for applepay merchant registration (#2009)

This commit is contained in:
Prajjwal Kumar
2023-08-31 13:20:06 +05:30
committed by GitHub
parent 098dc89d0c
commit 636b871b11
11 changed files with 214 additions and 0 deletions

View File

@ -201,6 +201,8 @@ pub enum Flow {
BusinessProfileDelete,
/// List all the business profiles for a merchant
BusinessProfileList,
/// Different verification flows
Verification,
}
///