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

Can't change payment method (from bancontact to card) #67

Closed zorrobiwan closed 3 years ago

zorrobiwan commented 3 years ago

PS : 1.6.1.7 Stripe module : 2.3.1

Error received:

"The provided PaymentMethod has failed authentication. You can provide payment_method_data or a new PaymentMethod to attempt to fulfill this PaymentIntent again."

How to reproduce:

In the logs, payment_method_types is still "bancontact" despite the fact that card has been chosen afterward:

  "payment_method_types": [
    "bancontact"
  ],

"expected_payment_method_type": "card",

More logs are available if needed. Btw, same payment is used even bancontact try has been cancelled and I can't see any try to update the payment method in the payment initiated which is still noted as "bancontact"

image

Thanks

mribeiro202 commented 3 years ago

Hi @zorrobiwan ,

First of all thank you for your issue, we have fixed this on the next version of the module 2.3.2, we are doing some final test and other fix before to release it on addons.

I can ping you here when this version is available.

zorrobiwan commented 3 years ago

Amazing! Thanks for the quick answer. I won't be so far and will be ready to test the module on our customer shop once released. Thanks again

mribeiro202 commented 3 years ago

Hi @zorrobiwan

The latest version of Stripe (v2.3.2) is now available, since this afternoon.

Have a nice day.

zorrobiwan commented 3 years ago

Test seems to be ok. I can try with bancontact, cancel it and order with a credit card. Thx