- Issue created by @andyg5000
- Merge request !13Issue #3486171 by andyg5000: Order item price should be a float, not an int β (Open) created by andyg5000
The order item that's created uses a price value that's cast to an int preventing decimal values form being used in a price.
Create a webform product with a price option that includes a decimal (e.g. $10.50). Complete the form and see that the order item is $10.
Cast the value to a float instead.
Active
3.1
Code