202-ecommerce / stripe_official

After years of hard work with Stripe connector for PrestaShop, 202 ecommerce stop the development of Stripe module on January 9th 2023. Thanks for all contributors that help us!
20 stars 20 forks source link

Fix capture error during payment with card #151

Closed Afayadas closed 2 years ago

Afayadas commented 2 years ago
Questions Answers
Description? If the payment intent is in automatic capture mode with a card payment method, an error occurs in the ValidationOrderActions class because an attempt is made to capture the payment manually. This happens after a previous attempt with a different payment method.
Type? bugfix
BC breaks? no
Deprecations? no
Fixed ticket? Fixes 35018