mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(payment_methods): [Paysera, Skrill] Add support to paysera and skrill wallets and in shift4 (#8487)
This commit is contained in:
@ -102,6 +102,8 @@ pub fn validate_payment_method_type_against_payment_method(
|
||||
api_enums::PaymentMethod::Wallet => matches!(
|
||||
payment_method_type,
|
||||
api_enums::PaymentMethodType::AmazonPay
|
||||
| api_enums::PaymentMethodType::Paysera
|
||||
| api_enums::PaymentMethodType::Skrill
|
||||
| api_enums::PaymentMethodType::ApplePay
|
||||
| api_enums::PaymentMethodType::GooglePay
|
||||
| api_enums::PaymentMethodType::Paypal
|
||||
|
||||
Reference in New Issue
Block a user