feat(router): add mertics to apple pay flow (#2235)

Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
This commit is contained in:
Shankar Singh C
2023-09-22 16:06:15 +05:30
committed by GitHub
parent 2b8bd03a72
commit b9f25c4a4e
12 changed files with 192 additions and 37 deletions

View File

@ -1796,3 +1796,8 @@ pub enum ReconStatus {
Active,
Disabled,
}
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum ApplePayFlow {
Simplified,
Manual,
}