Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refund shipping cost with promotion applied #255

Merged

Conversation

GSadee
Copy link
Member

@GSadee GSadee commented Feb 12, 2021

Fixes #252 and partially fixes (3rd point) #110

@GSadee GSadee requested a review from a team as a code owner February 12, 2021 09:14
@GSadee GSadee added the Bug Confirmed bugs or bugfixes. label Feb 12, 2021
@@ -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.
*/
final class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface
class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an unintended change (because this service is not final in Sylius), I've opened the PR to revert that: #256

@lchrusciel lchrusciel merged commit c566534 into Sylius:master Feb 15, 2021
@lchrusciel
Copy link
Member

Thanks, Grzegorz! 🥇

@GSadee GSadee deleted the refunding-shipment-with-promotion-applied branch February 15, 2021 09:44
lchrusciel added a commit that referenced this pull request Feb 15, 2021
…dee)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Fix after #255

Commits
-------

7e30681 Make OrderShipmentTaxesApplicator final service again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed bugs or bugfixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

You can refund a 100% discounted shipment
3 participants