mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +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:
@ -650,6 +650,7 @@ pub enum PayLaterData {
|
||||
WalleyRedirect {},
|
||||
/// For Alma Redirection as PayLater Option
|
||||
AlmaRedirect {},
|
||||
AtomeRedirect {},
|
||||
}
|
||||
|
||||
#[derive(serde::Deserialize, serde::Serialize, Debug, Clone, ToSchema, Eq, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user