3BRS / sylius-payment-restrictions-plugin

Restrict payment methods by zone or by shipping method.
MIT License
2 stars 4 forks source link

Problem with Doctrine Entities Mapping #8

Open jarekmajcher opened 1 month ago

jarekmajcher commented 1 month ago

After install plugin I am getting the following error:

The target entity 'Sylius\Component\Core\Model\ShippingMethod' specified on App\Entity\Payment\PaymentMethod#shippingMethods is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.

Any suggestions to fix it?