CommerceWeavers / SyliusTpayPlugin

MIT License
0 stars 1 forks source link

Add handling a default Sylius refund mechanism #17

Closed jakubtobiasz closed 1 month ago

jakubtobiasz commented 1 month ago

Sylius supports a simple refund mechanism, so only a full refund can be performed. From what I see, the simplest way is to add a callback on the refund transition in which we will execute the Payum's Refund request.

Small wins 🏆

Ref:

Hint 💡: