mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): add local bank transfer payment method (#4294)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1423,6 +1423,7 @@ pub enum PaymentMethodType {
|
||||
FamilyMart,
|
||||
Seicomart,
|
||||
PayEasy,
|
||||
LocalBankTransfer,
|
||||
}
|
||||
|
||||
/// Indicates the type of payment method. Eg: 'card', 'wallet', etc.
|
||||
|
||||
@ -1842,6 +1842,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::PermataBankTransfer => Self::BankTransfer,
|
||||
PaymentMethodType::Pix => Self::BankTransfer,
|
||||
PaymentMethodType::Pse => Self::BankTransfer,
|
||||
PaymentMethodType::LocalBankTransfer => Self::BankTransfer,
|
||||
PaymentMethodType::PayBright => Self::PayLater,
|
||||
PaymentMethodType::Paypal => Self::Wallet,
|
||||
PaymentMethodType::PaySafeCard => Self::GiftCard,
|
||||
|
||||
Reference in New Issue
Block a user