mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +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:
@ -154,6 +154,10 @@ pub enum BankTransferAdditionalData {
|
||||
InstantBankTransfer {},
|
||||
InstantBankTransferFinland {},
|
||||
InstantBankTransferPoland {},
|
||||
IndonesianBankTransfer {
|
||||
#[schema(value_type = Option<BankNames>, example = "bri")]
|
||||
bank_name: Option<common_enums::BankNames>,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user