mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [Nuvei] add support for bank redirect Eps, Sofort, Giropay, Ideal (#870)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -628,6 +628,7 @@ pub enum WalletData {
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
#[serde(rename_all(serialize = "camelCase", deserialize = "snake_case"))]
|
||||
pub struct GooglePayWalletData {
|
||||
/// The type of payment method
|
||||
#[serde(rename = "type")]
|
||||
@ -659,6 +660,7 @@ pub struct MbWayRedirection {
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
#[serde(rename_all(serialize = "camelCase", deserialize = "snake_case"))]
|
||||
pub struct GooglePayPaymentMethodInfo {
|
||||
/// The name of the card network
|
||||
pub card_network: String,
|
||||
|
||||
Reference in New Issue
Block a user