mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
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:
@ -316,6 +316,9 @@ impl IntoDirValue for (api_enums::PaymentMethodType, api_enums::PaymentMethod) {
|
||||
api_enums::PaymentMethodType::DirectCarrierBilling => {
|
||||
Ok(dirval!(MobilePaymentType = DirectCarrierBilling))
|
||||
}
|
||||
api_enums::PaymentMethodType::IndonesianBankTransfer => {
|
||||
Ok(dirval!(BankTransferType = IndonesianBankTransfer))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user