feat(connector): [AIRWALLEX] Added Ideal & Skrill payment methods (#8535)

Co-authored-by: Vani Gupta <vani.gupta@juspay.in>
Co-authored-by: Sayak Bhattacharya <sayakofficial21@gmail.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Vani Gupta
2025-07-24 12:43:23 +05:30
committed by GitHub
parent 3159071839
commit 15d589d27b
40 changed files with 617 additions and 55 deletions

View File

@ -169,6 +169,7 @@ pub fn validate_payment_method_type_against_payment_method(
| api_enums::PaymentMethodType::InstantBankTransfer
| api_enums::PaymentMethodType::InstantBankTransferFinland
| api_enums::PaymentMethodType::InstantBankTransferPoland
| api_enums::PaymentMethodType::IndonesianBankTransfer
),
api_enums::PaymentMethod::BankDebit => matches!(
payment_method_type,