mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add mertics to apple pay flow (#2235)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
This commit is contained in:
@ -1796,3 +1796,8 @@ pub enum ReconStatus {
|
||||
Active,
|
||||
Disabled,
|
||||
}
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum ApplePayFlow {
|
||||
Simplified,
|
||||
Manual,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user