From d7a01cb6b1cadb1d807caa8b445782382dd4a352 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 20 Jun 2025 10:31:34 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...8c5197c64b961de6914aa8d835d421e7ec487.json | 33 +++++++++++++++++++ index.json | 3 ++ psys.order-invoice-bundle.1.0.json | 33 +++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 archived/psys.order-invoice-bundle/7ac8c5197c64b961de6914aa8d835d421e7ec487.json create mode 100644 psys.order-invoice-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 33032aa0..bf36f50f 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -496,6 +496,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [prooph/event-store-symfony-bundle](https://packagist.org/packages/prooph/event-store-symfony-bundle) | [0.10](prooph/event-store-symfony-bundle/0.10) | | [prooph/pdo-event-store](https://packagist.org/packages/prooph/pdo-event-store) | [1.15](prooph/pdo-event-store/1.15) | | [prooph/service-bus-symfony-bundle](https://packagist.org/packages/prooph/service-bus-symfony-bundle) | [0.6](prooph/service-bus-symfony-bundle/0.6) | +| [psys/order-invoice-bundle](https://packagist.org/packages/psys/order-invoice-bundle) | [1.0](psys/order-invoice-bundle/1.0) | | [pugx/geo-form-bundle](https://packagist.org/packages/pugx/geo-form-bundle) | [0.2](pugx/geo-form-bundle/0.2) | | [pusher/pusher-php-server](https://packagist.org/packages/pusher/pusher-php-server) | [3.0](pusher/pusher-php-server/3.0) | | [qandidate/toggle-bundle](https://packagist.org/packages/qandidate/toggle-bundle) | [1.0](qandidate/toggle-bundle/1.0) | diff --git a/archived/psys.order-invoice-bundle/7ac8c5197c64b961de6914aa8d835d421e7ec487.json b/archived/psys.order-invoice-bundle/7ac8c5197c64b961de6914aa8d835d421e7ec487.json new file mode 100644 index 00000000..ea3cdbea --- /dev/null +++ b/archived/psys.order-invoice-bundle/7ac8c5197c64b961de6914aa8d835d421e7ec487.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "psys/order-invoice-bundle": { + "manifest": { + "bundles": { + "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "migrations/": "migrations/", + "templates/": "templates/" + } + }, + "files": { + "config/packages/psys_order_invoice.yaml": { + "contents": [ + "psys_order_invoice:", + " pdf_exporter:", + " engine: mpdf", + " template_path: invoice/oi_default.html.twig", + "" + ], + "executable": false + } + }, + "ref": "7ac8c5197c64b961de6914aa8d835d421e7ec487" + } + } +} diff --git a/index.json b/index.json index 79c85dce..a563d7ab 100644 --- a/index.json +++ b/index.json @@ -1585,6 +1585,9 @@ "prooph/service-bus-symfony-bundle": [ "0.6" ], + "psys/order-invoice-bundle": [ + "1.0" + ], "pugx/geo-form-bundle": [ "0.2" ], diff --git a/psys.order-invoice-bundle.1.0.json b/psys.order-invoice-bundle.1.0.json new file mode 100644 index 00000000..ea3cdbea --- /dev/null +++ b/psys.order-invoice-bundle.1.0.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "psys/order-invoice-bundle": { + "manifest": { + "bundles": { + "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "copy-from-package": { + "migrations/": "migrations/", + "templates/": "templates/" + } + }, + "files": { + "config/packages/psys_order_invoice.yaml": { + "contents": [ + "psys_order_invoice:", + " pdf_exporter:", + " engine: mpdf", + " template_path: invoice/oi_default.html.twig", + "" + ], + "executable": false + } + }, + "ref": "7ac8c5197c64b961de6914aa8d835d421e7ec487" + } + } +}