mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(connector): [Adyen] Add support for card redirection (KNET, BENEFIT) (#1816)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7b2c419ce5
commit
62461f1b38
@ -878,6 +878,7 @@ pub enum PaymentMethodType {
|
||||
Bacs,
|
||||
BancontactCard,
|
||||
Becs,
|
||||
Benefit,
|
||||
Bizum,
|
||||
Blik,
|
||||
Boleto,
|
||||
@ -907,6 +908,7 @@ pub enum PaymentMethodType {
|
||||
Klarna,
|
||||
KakaoPay,
|
||||
MandiriVa,
|
||||
Knet,
|
||||
MbWay,
|
||||
MobilePay,
|
||||
Momo,
|
||||
@ -963,6 +965,7 @@ pub enum PaymentMethodType {
|
||||
pub enum PaymentMethod {
|
||||
#[default]
|
||||
Card,
|
||||
CardRedirect,
|
||||
PayLater,
|
||||
Wallet,
|
||||
BankRedirect,
|
||||
|
||||
Reference in New Issue
Block a user