mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [Adyen] Implement Alma BNPL and DANA Wallet (#1566)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -644,8 +644,12 @@ pub enum PayLaterData {
|
||||
#[schema(value_type = String)]
|
||||
billing_name: Secret<String>,
|
||||
},
|
||||
/// For PayBright Redirect as PayLater Option
|
||||
PayBrightRedirect {},
|
||||
/// For WalleyRedirect as PayLater Option
|
||||
WalleyRedirect {},
|
||||
/// For Alma Redirection as PayLater Option
|
||||
AlmaRedirect {},
|
||||
}
|
||||
|
||||
#[derive(serde::Deserialize, serde::Serialize, Debug, Clone, ToSchema, Eq, PartialEq)]
|
||||
@ -966,6 +970,8 @@ pub enum WalletData {
|
||||
ApplePayRedirect(Box<ApplePayRedirectData>),
|
||||
/// Wallet data for apple pay third party sdk flow
|
||||
ApplePayThirdPartySdk(Box<ApplePayThirdPartySdkData>),
|
||||
/// Wallet data for DANA redirect flow
|
||||
DanaRedirect {},
|
||||
/// The wallet data for Google pay
|
||||
GooglePay(GooglePayWalletData),
|
||||
/// Wallet data for google pay redirect flow
|
||||
|
||||
Reference in New Issue
Block a user