From ece2cf68509bc275b67f795df09ea72e4ad8194e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Wed, 15 Nov 2023 11:18:10 +0100 Subject: [PATCH] [commerce] Added Payum & Payum Connector (#90) --- ibexa/commerce/4.6/config/routes/payum.yaml | 2 ++ ibexa/commerce/4.6/manifest.json | 4 +++- ibexa/connector-payum/4.6/manifest.json | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ibexa/commerce/4.6/config/routes/payum.yaml create mode 100644 ibexa/connector-payum/4.6/manifest.json diff --git a/ibexa/commerce/4.6/config/routes/payum.yaml b/ibexa/commerce/4.6/config/routes/payum.yaml new file mode 100644 index 00000000..84ed1b08 --- /dev/null +++ b/ibexa/commerce/4.6/config/routes/payum.yaml @@ -0,0 +1,2 @@ +payum_all: + resource: "@PayumBundle/Resources/config/routing/all.xml" diff --git a/ibexa/commerce/4.6/manifest.json b/ibexa/commerce/4.6/manifest.json index 2e47ee45..8572b06b 100644 --- a/ibexa/commerce/4.6/manifest.json +++ b/ibexa/commerce/4.6/manifest.json @@ -81,7 +81,9 @@ "Ibexa\\Bundle\\OrderManagement\\IbexaOrderManagementBundle": ["all"], "Ibexa\\Bundle\\Payment\\IbexaPaymentBundle": ["all"], "Ibexa\\Bundle\\Shipping\\IbexaShippingBundle": ["all"], - "Ibexa\\Bundle\\CorporateAccountCommerceBridge\\IbexaCorporateAccountCommerceBridgeBundle": ["all"] + "Ibexa\\Bundle\\CorporateAccountCommerceBridge\\IbexaCorporateAccountCommerceBridgeBundle": ["all"], + "Payum\\Bundle\\PayumBundle\\PayumBundle": ["all"], + "Ibexa\\Bundle\\ConnectorPayum\\IbexaConnectorPayumBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", diff --git a/ibexa/connector-payum/4.6/manifest.json b/ibexa/connector-payum/4.6/manifest.json new file mode 100644 index 00000000..bb83ffb3 --- /dev/null +++ b/ibexa/connector-payum/4.6/manifest.json @@ -0,0 +1,4 @@ +{ + "aliases": [], + "bundles": {} +}