mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): [Adyen] Add support for gift cards balance (#1672)
This commit is contained in:
committed by
GitHub
parent
2dec2ca50b
commit
c4796ffdb7
@ -897,6 +897,7 @@ pub enum PaymentMethodType {
|
||||
Eps,
|
||||
Evoucher,
|
||||
Giropay,
|
||||
Givex,
|
||||
GooglePay,
|
||||
GoPay,
|
||||
Gcash,
|
||||
|
||||
@ -1605,6 +1605,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::RedCompra => Self::Voucher,
|
||||
PaymentMethodType::RedPagos => Self::Voucher,
|
||||
PaymentMethodType::Cashapp => Self::Wallet,
|
||||
PaymentMethodType::Givex => Self::GiftCard,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user