mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): [Adyen] implement Japanese convenience stores (#1819)
Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com> Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
@ -975,6 +975,12 @@ pub enum PaymentMethodType {
|
||||
Vipps,
|
||||
Walley,
|
||||
WeChatPay,
|
||||
SevenEleven,
|
||||
Lawson,
|
||||
MiniStop,
|
||||
FamilyMart,
|
||||
Seicomart,
|
||||
PayEasy,
|
||||
}
|
||||
|
||||
#[derive(
|
||||
|
||||
@ -1611,6 +1611,12 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Givex => Self::GiftCard,
|
||||
PaymentMethodType::Oxxo => Self::Voucher,
|
||||
PaymentMethodType::OpenBankingUk => Self::BankRedirect,
|
||||
PaymentMethodType::SevenEleven => Self::Voucher,
|
||||
PaymentMethodType::Lawson => Self::Voucher,
|
||||
PaymentMethodType::MiniStop => Self::Voucher,
|
||||
PaymentMethodType::FamilyMart => Self::Voucher,
|
||||
PaymentMethodType::Seicomart => Self::Voucher,
|
||||
PaymentMethodType::PayEasy => Self::Voucher,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user