diff --git a/README.md b/README.md index e0402e1c..c073d494 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,77 @@ 📖 Full documentation is available here: 👉 [Refund Plugin Documentation](https://docs.sylius.com/refund-plugin) +## Customization + +### Adding Custom Refund Types + +If you need to add custom refund types (e.g., fees, commissions), you can extend the `RefundType` class: + +1. **Create your custom RefundType class:** + +```php +