Releases: dinoperovic/django-salesman
Releases · dinoperovic/django-salesman
0.1.4
2020-07-14
Fixed
- Fix basket response overriding with
?basketcauses validation to skip.
0.1.3
2020-07-13
Added
- Added the ability to display the Basket after other API operations by appending
?basketto url. - Added the ability to specify a custom validator for
extrafield on basket and basket item. - Added the ability to set
extradata directly in :http:post:/checkout/request.
Changed
- Make basket merge a transaction.
- When saving order in wagtail, stay on the order edit page.
- Method
OrderStatus.validate_transition()now returns the validated status as string.
Fixed
- Fixed return type for
OrderStatus.get_transitions().
0.1.2
2020-05-04
Changed
- Refactor payment method urls inclusion into
payment_methods_pool.get_urls(). - Updated Wagtail requirement to support version
2.9.
0.1.1
2020-02-05
Changed
- Basket extra endpoint now supports GET and uses PUT instead of POST for updating.
0.1.0
First release - 2020-02-03
Added
- Intial code