mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [Adyen] implement Momo for Adyen (#1583)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
This commit is contained in:
@ -1561,6 +1561,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::KakaoPay => Self::Wallet,
|
||||
PaymentMethodType::MbWay => Self::Wallet,
|
||||
PaymentMethodType::MobilePay => Self::Wallet,
|
||||
PaymentMethodType::Momo => Self::Wallet,
|
||||
PaymentMethodType::Multibanco => Self::BankTransfer,
|
||||
PaymentMethodType::Interac => Self::BankRedirect,
|
||||
PaymentMethodType::OnlineBankingCzechRepublic => Self::BankRedirect,
|
||||
|
||||
Reference in New Issue
Block a user