mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [Adyen] Implement Gcash for Adyen (#1576)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user