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:
Jagan
2023-04-21 12:51:06 +05:30
committed by GitHub
parent ccc0c3f960
commit c1a25b30bd
12 changed files with 1162 additions and 152 deletions

View File

@ -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,