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
Would it be possible to change the value attribute of the TaxRate unit to Float instead of Int? The taxes in Switzerland are 7.7% and an error occurs if I want to save it. Thanks for your awesome work!
The text was updated successfully, but these errors were encountered:
Relates to #234.
BREAKING CHANGE: The `OrderItem.taxRate` column type in the database has been changed from `int` to `decimal`. You will need to perform a migration to update this column and depending on your database type, you may need to manually edit the migration script in order to preserve the old values.
Would it be possible to change the
value
attribute of theTaxRate
unit toFloat
instead ofInt
? The taxes in Switzerland are 7.7% and an error occurs if I want to save it. Thanks for your awesome work!The text was updated successfully, but these errors were encountered: