mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(connector): [Adyen] Implement Open Banking Uk in Bank Redirects (#1802)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -1609,6 +1609,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Cashapp => Self::Wallet,
|
||||
PaymentMethodType::Givex => Self::GiftCard,
|
||||
PaymentMethodType::Oxxo => Self::Voucher,
|
||||
PaymentMethodType::OpenBankingUk => Self::BankRedirect,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user