mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): [Adyen] Implement Vipps in Wallets (#1554)
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:
@ -1577,6 +1577,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Trustly => Self::BankRedirect,
|
||||
PaymentMethodType::Twint => Self::Wallet,
|
||||
PaymentMethodType::UpiCollect => Self::Upi,
|
||||
PaymentMethodType::Vipps => Self::Wallet,
|
||||
PaymentMethodType::Walley => Self::PayLater,
|
||||
PaymentMethodType::WeChatPay => Self::Wallet,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user