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:
AkshayaFoiger
2023-07-21 01:04:09 +05:30
committed by GitHub
parent 8e45e734c8
commit 3c5d725cc2
9 changed files with 30 additions and 2 deletions

View File

@ -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)]