mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
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:
@ -917,6 +917,7 @@ pub enum PaymentMethodType {
|
||||
OnlineBankingFpx,
|
||||
OnlineBankingPoland,
|
||||
OnlineBankingSlovakia,
|
||||
Oxxo,
|
||||
PagoEfectivo,
|
||||
PermataBankTransfer,
|
||||
PayBright,
|
||||
|
||||
@ -1606,6 +1606,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::RedPagos => Self::Voucher,
|
||||
PaymentMethodType::Cashapp => Self::Wallet,
|
||||
PaymentMethodType::Givex => Self::GiftCard,
|
||||
PaymentMethodType::Oxxo => Self::Voucher,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user