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:
Sakil Mostak
2023-08-08 17:12:36 +05:30
committed by GitHub
parent 69821948c0
commit b9f12708e1
14 changed files with 223 additions and 16 deletions

View File

@ -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,
}
}
}