Skip to content

Commit

Permalink
Merge pull request #54 from JanPalen/feature/fix_shipements_deleting
Browse files Browse the repository at this point in the history
OP-480 - Fix deleting shipping records
  • Loading branch information
senghe authored Sep 5, 2024
2 parents 50becf4 + 240ae76 commit 654363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/ShippingGateway.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</join-table>
</many-to-many>

<one-to-many field="shippingExports" target-entity="BitBag\SyliusShippingExportPlugin\Entity\ShippingExportInterface" mapped-by="shippingGateway" orphan-removal="true"/>
<one-to-many field="shippingExports" target-entity="BitBag\SyliusShippingExportPlugin\Entity\ShippingExportInterface" mapped-by="shippingGateway"/>
</mapped-superclass>
</doctrine-mapping>

0 comments on commit 654363d

Please sign in to comment.