revert: feat(connector): [Adyen] Add pix support for adyen (#1795)

This commit is contained in:
Sangamesh Kulkarni
2023-07-26 20:46:15 +05:30
committed by GitHub
parent 9cfdce0abe
commit 38f14b9f39
10 changed files with 181 additions and 280 deletions

View File

@ -813,7 +813,6 @@ pub enum PaymentMethodType {
OnlineBankingSlovakia,
PayBright,
Paypal,
Pix,
Przelewy24,
SamsungPay,
Sepa,

View File

@ -1572,7 +1572,6 @@ impl From<PaymentMethodType> for PaymentMethod {
PaymentMethodType::OnlineBankingThailand => Self::BankRedirect,
PaymentMethodType::OnlineBankingPoland => Self::BankRedirect,
PaymentMethodType::OnlineBankingSlovakia => Self::BankRedirect,
PaymentMethodType::Pix => Self::BankTransfer,
PaymentMethodType::PayBright => Self::PayLater,
PaymentMethodType::Paypal => Self::Wallet,
PaymentMethodType::Przelewy24 => Self::BankRedirect,