mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(core): google pay decrypt flow (#6991)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
@ -3675,3 +3675,13 @@ pub enum FeatureStatus {
|
||||
NotSupported,
|
||||
Supported,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Deserialize, Serialize)]
|
||||
#[serde(rename_all = "SCREAMING_SNAKE_CASE")]
|
||||
pub enum GooglePayAuthMethod {
|
||||
/// Contain pan data only
|
||||
PanOnly,
|
||||
/// Contain cryptogram data along with pan data
|
||||
#[serde(rename = "CRYPTOGRAM_3DS")]
|
||||
Cryptogram,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user