feat(connector): [Adyen] Implement Gcash for Adyen (#1576)

Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2023-07-18 18:08:51 +05:30
committed by GitHub
parent 432a8e02e9
commit df0ef157c3
8 changed files with 35 additions and 0 deletions

View File

@ -1555,6 +1555,7 @@ impl From<PaymentMethodType> for PaymentMethod {
PaymentMethodType::Giropay => Self::BankRedirect,
PaymentMethodType::GooglePay => Self::Wallet,
PaymentMethodType::GoPay => Self::Wallet,
PaymentMethodType::Gcash => Self::Wallet,
PaymentMethodType::Ideal => Self::BankRedirect,
PaymentMethodType::Klarna => Self::PayLater,
PaymentMethodType::KakaoPay => Self::Wallet,