Releases: ho-nl/magento2-ReachDigital_InventoryOrderSourceReservations
Releases · ho-nl/magento2-ReachDigital_InventoryOrderSourceReservations
v1.4.0
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)
v1.4.0-canary.6
v1.4.0-canary.5
1.4.0-canary.5 (2020-10-08)
Documentation
- added IOSReservationsCancellationApi docs (af31f2b)
Fixes
- compatibility with php 7.3 (d2b43f7)
v1.3.2
v1.4.0-canary.4
1.4.0-canary.4 (2020-08-26)
Fixes
v1.4.0-canary.3
1.4.0-canary.3 (2020-08-26)
Fixes
- make sure to call order->cancel() when it is actually cancelled (b8386f1)
v1.4.0-canary.2
1.4.0-canary.2 (2020-08-26)
Features
- added OrderCancelPartialInterface (3a48c5d)
Refactor
- remove unused imports (6c2ecfe)
- remove useless constructor on exceptions (ae11648)
- rename nullify to cancel (306de4e)
Documentation
Fixes
v1.4.0-canary.1
1.4.0-canary.1 (2020-08-19)
Features
- implement partial cancellation on order lines (1d53742)
- ZV-21: added NullifyStockAndSourceReservationsInterface api (ade42a5)
Refactor
- strictly use orderId as integer (9caa1cb)
Fixes
- revert stock before source reservations (dbfc77f)