3BRS / sylius-payment-fee-plugin

Payment Fee Plugin adds possibility to charge the customer for specific payment method e.g. Cash on Delivery.
MIT License
1 stars 5 forks source link

Support both anotations and attributes for doctrine #8

Open jaroslavtyc opened 2 weeks ago

jaroslavtyc commented 2 weeks ago

Some projects uses PHP attributes only. For those previous annotations-only code does not work.

This change brings both ways of Doctrine mapping to support both, depending on project needs.