Skip to content

Commit

Permalink
Provide upgrade instructions for changes in Order component & bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Aug 30, 2017
1 parent 46f020e commit a861962
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE.md
Expand Up @@ -65,6 +65,15 @@

* In order to be compatibile with Doctrine ORM 2.6+ and be more consistent
`OrderRepositoryInterface::count()` signature was changed to `OrderRepositoryInterface::countPlacedOrders()`.

* The following methods does not longer have a default null argument and requires one to be explicitly passed:

* `AdjustableInterface::getAdjustments`
* `AdjustmentInterface::setAdjustable`
* `OrderAwareInterace::setOrder`
* `OrderInterface::setCheckoutCompletedAt`

* `OrderInterface::getAdjustmentsRecursively` and `OrderItemInterface::getAdjustmentsRecursively` return type changed from `array` to `Collection`.

### Payment / PaymentBundle

Expand Down

0 comments on commit a861962

Please sign in to comment.