Merge pull request #1834 from DavidPetrasek/order-invoice-bundle

DROP recipe for psys/order-invoice-bundle
This commit is contained in:
Fabien Potencier
2025-07-22 13:21:08 +02:00
committed by GitHub
3 changed files with 0 additions and 26 deletions
@@ -1,4 +0,0 @@
psys_order_invoice:
pdf_exporter:
engine: mpdf
template_path: invoice/oi_default.html.twig
@@ -1,13 +0,0 @@
{
"bundles": {
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"]
},
"copy-from-recipe":
{
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"migrations/": "migrations/",
"templates/": "templates/"
}
}
@@ -1,9 +0,0 @@
{
"bundles": {
"Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"]
},
"copy-from-package": {
"migrations/": "migrations/",
"templates/": "templates/"
}
}