Skip to content

Commit

Permalink
Add a note to the UPGRADE file about state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Nov 18, 2024
1 parent 63ab71a commit 4cdac6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE-1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
1. Support for Sylius 1.12 has been dropped, upgrade your application to [Sylius 1.13](https://github.com/Sylius/Sylius/blob/1.13/UPGRADE-1.13.md).
or to [Sylius 1.14](https://github.com/Sylius/Sylius/blob/1.14/UPGRADE-1.14.md).

1. Passing an instance of `SM\Factory\FactoryInterface` as a constructor argument to the below classes has been deprecated
and will not be possible in RefundPlugin 2.0. Pass an instance of `Sylius\Abstraction\StateMachine\StateMachineInterface`.

Applies to classes:
- `Sylius\RefundPlugin\StateResolver\OrderFullyRefundedStateResolver`
- `Sylius\RefundPlugin\StateResolver\OrderPartiallyRefundedStateResolver`
- `Sylius\RefundPlugin\StateResolver\RefundPaymentCompletedStateApplier`

0 comments on commit 4cdac6e

Please sign in to comment.