mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [Adyen] implement Gopay for Adyen (#1557)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
This commit is contained in:
@ -570,6 +570,7 @@ pub enum PaymentMethodType {
|
||||
Evoucher,
|
||||
Giropay,
|
||||
GooglePay,
|
||||
GoPay,
|
||||
Ideal,
|
||||
Interac,
|
||||
Klarna,
|
||||
|
||||
@ -1554,6 +1554,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Evoucher => Self::Reward,
|
||||
PaymentMethodType::Giropay => Self::BankRedirect,
|
||||
PaymentMethodType::GooglePay => Self::Wallet,
|
||||
PaymentMethodType::GoPay => Self::Wallet,
|
||||
PaymentMethodType::Ideal => Self::BankRedirect,
|
||||
PaymentMethodType::Klarna => Self::PayLater,
|
||||
PaymentMethodType::MbWay => Self::Wallet,
|
||||
|
||||
Reference in New Issue
Block a user