Sylius / RefundPlugin

Basic refunds functionality for Sylius
MIT License
63 stars 68 forks source link

Units refunded flow improvements #404

Closed coldic3 closed 1 year ago

coldic3 commented 1 year ago
Q A
Branch? 1.4
Bug fix? no
New feature? no
Related tickets
Documentation https://github.com/Sylius/Sylius/pull/14853

The PR gives developers better extendability so you can implement your own UnitRefund model.

Example of OrderItemRefund implementation that can be done thanks to this PR: https://github.com/coldic3/Sylius-Standard/commit/7f29587827f4a7c58c81a0abca74c142a4e2aa7f

lchrusciel commented 1 year ago

Thank you, @coldic3!