Workarea 3.0.65
Patch release notes for Workarea 3.0.65.
Display Relevant Flash Message When No Shipping Options Are Available
Improve the user experience when checkout cannot complete due to the site having no available shipping options for the user's shipping address.
Issues
Pull Requests
Disallow Negative Prices in Seed Data
It was formerly possible to generate a Pricing::Price
that had a
negative value in seeds. The ProductsSeeds#perform
method now protects
against this.