mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): [Adyen] implement Online Banking Fpx for Adyen (#1584)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
This commit is contained in:
@ -586,6 +586,7 @@ pub enum PaymentMethodType {
|
||||
Multibanco,
|
||||
OnlineBankingCzechRepublic,
|
||||
OnlineBankingFinland,
|
||||
OnlineBankingFpx,
|
||||
OnlineBankingPoland,
|
||||
OnlineBankingSlovakia,
|
||||
PayBright,
|
||||
|
||||
@ -1568,6 +1568,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Interac => Self::BankRedirect,
|
||||
PaymentMethodType::OnlineBankingCzechRepublic => Self::BankRedirect,
|
||||
PaymentMethodType::OnlineBankingFinland => Self::BankRedirect,
|
||||
PaymentMethodType::OnlineBankingFpx => Self::BankRedirect,
|
||||
PaymentMethodType::OnlineBankingPoland => Self::BankRedirect,
|
||||
PaymentMethodType::OnlineBankingSlovakia => Self::BankRedirect,
|
||||
PaymentMethodType::PayBright => Self::PayLater,
|
||||
|
||||
Reference in New Issue
Block a user