Only Integer Amounts allowed for Payments
-
Not sure if this has been reported but in version 3.15 the Amount input generated from the shortcode
[wp_payeezy_payment_form]
is creating an input with a type=”Number” but no step attribute. This means it will only accept whole numbers in most browsers.
I updated our local copy of wp-payeezy-pay.php to have a step=’.01′ attribute at lines 360 and 407.
That fixed our problem step=’Any’ would work too. But I believe this will get overwrote the next time we update our plugin. Could this change get merged into the master branch of the Wp Payeezy Plugin?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Only Integer Amounts allowed for Payments’ is closed to new replies.