mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +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:
@ -139,6 +139,11 @@ where
|
||||
message: "Paze Decrypt token is not supported".to_string(),
|
||||
})?
|
||||
}
|
||||
types::PaymentMethodToken::GooglePayDecrypt(_) => {
|
||||
Err(errors::ApiErrorResponse::NotSupported {
|
||||
message: "Google Pay Decrypt token is not supported".to_string(),
|
||||
})?
|
||||
}
|
||||
};
|
||||
Some((connector_name, token))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user