Open kbyjoel opened 4 years ago
Hi ! Thanks for the feedback, could you open a PR please ?
@thcolin I opened a PR that fixes this, and some other places where the entity is used instead of the interface https://github.com/coopTilleuls/CoopTilleulsSyliusClickNCollectPlugin/pull/54
Hi ! Just found a bug:
When you override Location entity, the
ShippingMethodTypeExtension
still referenceCoopTilleuls\SyliusClickNCollectPlugin\Entity\Location
The form extension service should get the location class as argument in services.xml:
And the form extension should use it:
Tell me if you need me to open a PR, Have a good day !