mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +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:
@ -1573,6 +1573,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Sofort => Self::BankRedirect,
|
||||
PaymentMethodType::Swish => Self::BankRedirect,
|
||||
PaymentMethodType::Trustly => Self::BankRedirect,
|
||||
PaymentMethodType::Twint => Self::Wallet,
|
||||
PaymentMethodType::UpiCollect => Self::Upi,
|
||||
PaymentMethodType::Walley => Self::PayLater,
|
||||
PaymentMethodType::WeChatPay => Self::Wallet,
|
||||
|
||||
Reference in New Issue
Block a user