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:
Sakil Mostak
2023-07-18 13:07:38 +05:30
committed by GitHub
parent a7c66ddea2
commit d317021bc5
7 changed files with 58 additions and 0 deletions

View File

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