mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [Adyen] Implement Twint in Wallets (#1549)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com> Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -975,6 +975,8 @@ pub enum WalletData {
|
||||
PaypalSdk(PayPalWalletData),
|
||||
/// The wallet data for Samsung Pay
|
||||
SamsungPay(Box<SamsungPayWalletData>),
|
||||
/// Wallet data for Twint Redirection
|
||||
TwintRedirect {},
|
||||
/// The wallet data for WeChat Pay Redirection
|
||||
WeChatPayRedirect(Box<WeChatPayRedirection>),
|
||||
/// The wallet data for WeChat Pay
|
||||
|
||||
Reference in New Issue
Block a user