mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [Adyen] implement Atome for Adyen (#1590)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com> Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -559,6 +559,7 @@ pub enum PaymentMethodType {
|
||||
AliPayHk,
|
||||
Alma,
|
||||
ApplePay,
|
||||
Atome,
|
||||
Bacs,
|
||||
BancontactCard,
|
||||
Becs,
|
||||
|
||||
@ -1586,6 +1586,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Walley => Self::PayLater,
|
||||
PaymentMethodType::WeChatPay => Self::Wallet,
|
||||
PaymentMethodType::TouchNGo => Self::Wallet,
|
||||
PaymentMethodType::Atome => Self::PayLater,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user