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

@ -538,6 +538,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::MultibancoTransferInstructions,
api_models::payments::DokuBankTransferInstructions,
api_models::payments::AmazonPayRedirectData,
api_models::payments::SkrillData,
api_models::payments::PayseraData,
api_models::payments::ApplePayRedirectData,
api_models::payments::ApplePayThirdPartySdkData,
api_models::payments::GooglePayRedirectData,