Change tax type integer to decimal.
For example: provincial sales tax in Quebec (QST) is 9.975 %.
Aurélien created an issue. See original summary.
The amount already was a float, only the form didn't allow this. Added a step of 0.001 to the field.
https://github.com/drupalcommerce/commerce/pull/413
I manually checked this. I don't think this needs a test as it is pretty basic.
Merged: https://github.com/drupalcommerce/commerce/commit/7b0cb4df937454c1a117eb...
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
Aurélien commentedComment #3
pieterjanput commentedComment #4
pieterjanput commentedThe amount already was a float, only the form didn't allow this. Added a step of 0.001 to the field.
https://github.com/drupalcommerce/commerce/pull/413
Comment #5
harings_rob commentedI manually checked this. I don't think this needs a test as it is pretty basic.
Comment #6
bojanz commentedMerged: https://github.com/drupalcommerce/commerce/commit/7b0cb4df937454c1a117eb...