feat(connector): [Adyen] implement Kakao for Adyen (#1558)

Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2023-07-18 14:13:08 +05:30
committed by GitHub
parent ee1f6ccb4c
commit 11ad9beda8
8 changed files with 37 additions and 2 deletions

View File

@ -1557,6 +1557,7 @@ impl From<PaymentMethodType> for PaymentMethod {
PaymentMethodType::GoPay => Self::Wallet,
PaymentMethodType::Ideal => Self::BankRedirect,
PaymentMethodType::Klarna => Self::PayLater,
PaymentMethodType::KakaoPay => Self::Wallet,
PaymentMethodType::MbWay => Self::Wallet,
PaymentMethodType::MobilePay => Self::Wallet,
PaymentMethodType::Multibanco => Self::BankTransfer,