matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

updating item data before price calculation #79

Closed bianchimro closed 7 years ago

bianchimro commented 7 years ago

In the modify_item method of the default Order model, data stored in data JSONField are updated before calling get_price on the related product. This way the updated data for the product can be used for lookup, selection or creation of a Price instance. closes #78

matthiask commented 7 years ago

Thank you!

bianchimro commented 7 years ago

👍