feat(connector): [Adyen] implement Oxxo (#1808)

Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2023-08-04 01:45:38 +05:30
committed by GitHub
parent f2fcc2595a
commit 5ed3f34c24
14 changed files with 33 additions and 3 deletions

View File

@ -1292,6 +1292,7 @@ pub enum VoucherData {
RedPagos,
Alfamart(Box<AlfamartVoucherData>),
Indomaret(Box<IndomaretVoucherData>),
Oxxo,
}
#[derive(Debug, Clone, Eq, PartialEq, serde::Serialize, serde::Deserialize)]