Skip to content

Releases: dinoperovic/django-salesman

0.1.4

14 Jul 12:12

Choose a tag to compare

2020-07-14

Fixed

  • Fix basket response overriding with ?basket causes validation to skip.

0.1.3

13 Jul 08:45

Choose a tag to compare

2020-07-13

Added

  • Added the ability to display the Basket after other API operations by appending ?basket to url.
  • Added the ability to specify a custom validator for extra field on basket and basket item.
  • Added the ability to set extra data 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

04 May 18:35

Choose a tag to compare

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

05 Feb 09:13

Choose a tag to compare

2020-02-05

Changed

  • Basket extra endpoint now supports GET and uses PUT instead of POST for updating.

0.1.0

03 Feb 15:40

Choose a tag to compare

First release - 2020-02-03

Added

  • Intial code