feat(payment_methods): [Paysera, Skrill] Add support to paysera and skrill wallets and in shift4 (#8487)

This commit is contained in:
sweta-sharma
2025-07-15 13:05:00 +05:30
committed by GitHub
parent a4ec03f922
commit 45e2d5c144
53 changed files with 246 additions and 5 deletions

View File

@ -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