You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
Certain amounts such as 67.96 throw an Invalid Integer error.
I've created a hotfix in my Magento in file: vendor/pmclain/module-stripe/src/view/frontend/web/js/view/payment/method-renderer/pmclain_stripe.js on line 188. I changed this line to be Math.round(quote.totals().base_grand_total * 100)
Please could you push this as a fix or find another fix?
The text was updated successfully, but these errors were encountered:
Certain amounts such as 67.96 throw an Invalid Integer error.
I've created a hotfix in my Magento in file:
vendor/pmclain/module-stripe/src/view/frontend/web/js/view/payment/method-renderer/pmclain_stripe.js
on line 188. I changed this line to beMath.round(quote.totals().base_grand_total * 100)
Please could you push this as a fix or find another fix?
The text was updated successfully, but these errors were encountered: