feat(connector): [Adyen] Implement Momo Atm(Napas) in Card Redirects (#1820)

Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
Sakil Mostak
2023-08-08 19:07:25 +05:30
committed by GitHub
parent b9f12708e1
commit 8ae67377cc
10 changed files with 140 additions and 13 deletions

View File

@ -621,6 +621,7 @@ pub struct Card {
pub enum CardRedirectData {
Knet {},
Benefit {},
MomoAtm {},
}
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]