I was playing with thins plugin, I created a test stripe payment method, also created an invoice and payment page, no problem.
When I try to pay an invoice on the frontend, I can see the payment form, I fill the required informations, but when I click on submit, I get the following error that is displayed on a popup :
"Please specify amount as a string or float, with decimal places (e.g. '10.00' to represent $10.00)." on line 318 of /plugins/responsiv/pay/vendor/omnipay/common/src/Omnipay/Common/Message/AbstractRequest.php
It seems that the price to pay is not correctly passed to omnipay (at least, this is what I understand from the error message). Do you have any suggestions to make it works ?
Hello,
I was playing with thins plugin, I created a test stripe payment method, also created an invoice and payment page, no problem.
When I try to pay an invoice on the frontend, I can see the payment form, I fill the required informations, but when I click on submit, I get the following error that is displayed on a popup :
It seems that the price to pay is not correctly passed to omnipay (at least, this is what I understand from the error message). Do you have any suggestions to make it works ?
Thank you
Alex