feat(connector): [Adyen] implement PaySafe (#1805)

Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2023-08-03 12:16:37 +05:30
committed by GitHub
parent 44e479a9b0
commit 0f0919963f
10 changed files with 130 additions and 25 deletions

View File

@ -921,6 +921,7 @@ pub enum PaymentMethodType {
PayBright,
Paypal,
Pix,
PaySafeCard,
Przelewy24,
Pse,
RedCompra,

View File

@ -1585,6 +1585,7 @@ impl From<PaymentMethodType> for PaymentMethod {
PaymentMethodType::Pse => Self::BankTransfer,
PaymentMethodType::PayBright => Self::PayLater,
PaymentMethodType::Paypal => Self::Wallet,
PaymentMethodType::PaySafeCard => Self::GiftCard,
PaymentMethodType::Przelewy24 => Self::BankRedirect,
PaymentMethodType::SamsungPay => Self::Wallet,
PaymentMethodType::Sepa => Self::BankDebit,