mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(connector): [trustpay] introduce instant bank_transfer, finland and poland (#7925)
Co-authored-by: PiX <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
@ -163,6 +163,8 @@ pub fn validate_payment_method_type_against_payment_method(
|
||||
| api_enums::PaymentMethodType::MandiriVa
|
||||
| api_enums::PaymentMethodType::LocalBankTransfer
|
||||
| api_enums::PaymentMethodType::InstantBankTransfer
|
||||
| api_enums::PaymentMethodType::InstantBankTransferFinland
|
||||
| api_enums::PaymentMethodType::InstantBankTransferPoland
|
||||
),
|
||||
api_enums::PaymentMethod::BankDebit => matches!(
|
||||
payment_method_type,
|
||||
|
||||
Reference in New Issue
Block a user