feat(connector): [Adyen] Implement Momo Atm(Napas) in Card Redirects (#1820)

Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
Sakil Mostak
2023-08-08 19:07:25 +05:30
committed by GitHub
parent b9f12708e1
commit 8ae67377cc
10 changed files with 140 additions and 13 deletions

View File

@ -1572,6 +1572,7 @@ impl From<PaymentMethodType> for PaymentMethod {
PaymentMethodType::MbWay => Self::Wallet,
PaymentMethodType::MobilePay => Self::Wallet,
PaymentMethodType::Momo => Self::Wallet,
PaymentMethodType::MomoAtm => Self::CardRedirect,
PaymentMethodType::Multibanco => Self::BankTransfer,
PaymentMethodType::MandiriVa => Self::BankTransfer,
PaymentMethodType::Interac => Self::BankRedirect,