Skip to content

Commit

Permalink
minor #256 Make OrderShipmentTaxesApplicator final service again (GSa…
Browse files Browse the repository at this point in the history
…dee)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Fix after #255

Commits
-------

7e30681 Make OrderShipmentTaxesApplicator final service again
  • Loading branch information
lchrusciel authored Feb 15, 2021
2 parents c566534 + 7e30681 commit b1d6c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaxesApplicator/OrderShipmentTaxesApplicator.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* This class is not covered by the backward compatibility promise and it will be removed after update Sylius to 1.9.
* It is a duplication of a logic from Sylius to provide proper adjustments handling.
*/
class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface
final class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface
{
/** @var CalculatorInterface */
private $calculator;
Expand Down

0 comments on commit b1d6c06

Please sign in to comment.