mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
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:
@ -921,6 +921,7 @@ pub enum PaymentMethodType {
|
||||
PayBright,
|
||||
Paypal,
|
||||
Pix,
|
||||
PaySafeCard,
|
||||
Przelewy24,
|
||||
Pse,
|
||||
RedCompra,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user