Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 10:55
ad96795

1.4.0 (2021-07-14)

Features

  • added OrderCancelPartialInterface (3a48c5d)
  • implement partial cancellation on order lines (1d53742)
  • ZV-21: added NullifyStockAndSourceReservationsInterface api (ade42a5)

Refactor

  • remove unused imports (6c2ecfe)
  • remove useless constructor on exceptions (ae11648)
  • rename nullify to cancel (306de4e)
  • strictly use orderId as integer (9caa1cb)

Documentation

  • added installation instructions to README (384c927)
  • added IOSReservationsCancellationApi docs (af31f2b)
  • added OrderCancelPartialExample (39869eb)

Fixes

  • cast order id as int (4178dd2)
  • compatibility with php 7.4 (c19c842)
  • implemented OrderCancelPartialInterface (7238c52)
  • make sure to call order->cancel() when it is actually cancelled (b8386f1)
  • make sure we cancel the order completely when everything is cancelled (0395f02)
  • make sure we have the correct amount to cancel (1e4ad5e)
  • make sure we take in account getQtyCancelled for prepareInvoice (4c0ee71)
  • remove $sendEmail argument from partial cancellation email (3c38fbb)
  • remove NullifyStockAndSourceReservations interface (1ea4d72)
  • revert stock before source reservations (dbfc77f)