feat(payment_methods): [Paysera, Skrill] Add support to paysera and skrill wallets and in shift4 #8487
feat(payment_methods): [Paysera, Skrill] Add support to paysera and skrill wallets and in shift4 #8487Gnanasundari24 merged 4 commits intomainfrom
Conversation
89134c7 to
bac061d
Compare
08767da to
22f88f2
Compare
config/config.example.toml
Outdated
| blik = { country = "PL", currency = "EUR" } | ||
| crypto_currency = { country = "US", currency = "EUR" } | ||
| paysera = { country = "EE", currency = "EUR" } | ||
| skrill = { country = "US", currency = "EUR" } |
There was a problem hiding this comment.
Why is country US and currency EUR? Something is wrong here.
There was a problem hiding this comment.
Thanks for pointing this out. The issue occurred because the sandbox environment allowed a payment with currency EUR for country US, which caused the confusion. I've now corrected the currency to USD.
| PaymentMethodDetails { | ||
| mandates: enums::FeatureStatus::NotSupported, | ||
| refunds: enums::FeatureStatus::Supported, | ||
| supported_capture_methods: supported_capture_methods.clone(), |
There was a problem hiding this comment.
Do these wallets support manual capture?
There was a problem hiding this comment.
Thanks for pointing that out. Manual capture is not supported — I have corrected it
| PaymentMethodDetails { | ||
| mandates: enums::FeatureStatus::NotSupported, | ||
| refunds: enums::FeatureStatus::Supported, | ||
| supported_capture_methods: supported_capture_methods.clone(), |
There was a problem hiding this comment.
Do these wallets support manual capture?
There was a problem hiding this comment.
Thanks for pointing that out. Manual capture is not supported — I have corrected it
7e9e501 to
b4bf05d
Compare
The base branch was changed.
1c81982 to
15e1280
Compare
15e1280 to
94168ff
Compare
Type of Change
Description
Add support to paysera and skrill PMs and shift4
Additional Changes
Motivation and Context
How did you test it?
Cypress
Existing PMS 3ds auto capture and sofort is failing in cypress
Feature Matrix Response
Paysera
Solution
Skrill
Solution
Checklist
cargo +nightly fmt --allcargo clippy