RailsEventStore / ecommerce

Application with CQRS and Event Sourcing built on Rails and Rails Event Store
MIT License
425 stars 72 forks source link

Update VAT Rate Attribute: change "code" from integer to string #391

Closed marlena-b closed 2 months ago

marlena-b commented 2 months ago

We need to modify the codebase to change the data type of the code attribute for VAT rates from an integer to a string when creating a product. When creating VAT Rate the code is a string, e.g. 20.0 % S, so we need to adjust the rest of the code for this.