pmclain / module-stripe

Stripe Payments for Magento 2
Open Software License 3.0
47 stars 21 forks source link

How to Update to newer version? #41

Closed johnnylama closed 6 years ago

johnnylama commented 6 years ago

Hi Patrick, How should i update to the newer version of your module?, i have the 1.1.0 version on my Magento 2.1.7 . working great, but sometimes with some international credits cards i have some problems. Maybe its because the stripe library. Thank you so much.

pmclain commented 6 years ago

The package can be updated with composer, ie composer update pmclain/module-stripe. You'll then need to run bin/magento setup:upgrade and bin/magento setup:static-content:deploy.

There was a recently discovered issue with the checkout javascript erroring for addresses without a state region. The fix has been included in v1.2.1. That version also included some logging debugging enhancements originally included in v1.1.1, which should help determine if the trouble is related to security settings in Stripe or with how the card information is being sent.

pmclain commented 6 years ago

Closing due to inactivity. Please reopen with additional detail if needed.