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:
Sangamesh Kulkarni
2023-08-08 12:39:14 +05:30
committed by GitHub
parent 7b2c419ce5
commit 62461f1b38
17 changed files with 168 additions and 2 deletions

View File

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