From a3a5a58df2dbc0a169043e9de15169349f2e5699 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 16 Dec 2024 08:18:30 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...621717ed2778b3a1ea44e09c6bafb1e26a690.json | 52 +++++++++++++++++++ commerce-weavers.sylius-tpay-plugin.2.0.json | 52 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 108 insertions(+) create mode 100644 archived/commerce-weavers.sylius-tpay-plugin/663621717ed2778b3a1ea44e09c6bafb1e26a690.json create mode 100644 commerce-weavers.sylius-tpay-plugin.2.0.json diff --git a/RECIPES.md b/RECIPES.md index 7295abac..da485419 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -88,6 +88,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [coka/rest-request-validator-bundle](https://packagist.org/packages/coka/rest-request-validator-bundle) | [1.0](coka/rest-request-validator-bundle/1.0) | | [coka/service-discovery-bundle](https://packagist.org/packages/coka/service-discovery-bundle) | [1.0](coka/service-discovery-bundle/1.0) | | [coka/wsse-authentication-bundle](https://packagist.org/packages/coka/wsse-authentication-bundle) | [1.0](coka/wsse-authentication-bundle/1.0) | +| [commerce-weavers/sylius-tpay-plugin](https://packagist.org/packages/commerce-weavers/sylius-tpay-plugin) | [2.0](commerce-weavers/sylius-tpay-plugin/2.0) | | [commercetools/symfony-bundle](https://packagist.org/packages/commercetools/symfony-bundle) | [0.4](commercetools/symfony-bundle/0.4) | | [comsave/salesforce-outbound-message-bundle](https://packagist.org/packages/comsave/salesforce-outbound-message-bundle) | [0.3](comsave/salesforce-outbound-message-bundle/0.3) | | [conejerock/idempotency-bundle](https://packagist.org/packages/conejerock/idempotency-bundle) | [1.0](conejerock/idempotency-bundle/1.0) | diff --git a/archived/commerce-weavers.sylius-tpay-plugin/663621717ed2778b3a1ea44e09c6bafb1e26a690.json b/archived/commerce-weavers.sylius-tpay-plugin/663621717ed2778b3a1ea44e09c6bafb1e26a690.json new file mode 100644 index 00000000..d1e66c8f --- /dev/null +++ b/archived/commerce-weavers.sylius-tpay-plugin/663621717ed2778b3a1ea44e09c6bafb1e26a690.json @@ -0,0 +1,52 @@ +{ + "manifests": { + "commerce-weavers/sylius-tpay-plugin": { + "manifest": { + "bundles": { + "CommerceWeavers\\SyliusTpayPlugin\\CommerceWeaversSyliusTpayPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "IMPORTANT! Replace the `` with a value generated using the `vendor/bin/generate-defuse-key` command", + "PAYUM_CYPHER_KEY": "" + }, + "post-install-output": [ + "@@ -0,0 +1,4 @@", + " * IMPORTANT! Remember to generate Payum's cypher key with the vendor/bin/generate-defuse-key", + " and add it to your environment variables as PAYUM_CYPHER_KEY", + "", + " * Read the Sylius Payum Plugin documentation at https://github.com/CommerceWeavers/SyliusTpayPlugin/wiki" + ] + }, + "files": { + "config/packages/commerce_weavers_tpay_plugin.yaml": { + "contents": [ + "imports:", + " - { resource: \"@CommerceWeaversSyliusTpayPlugin/config/config.php\" }", + "" + ], + "executable": false + }, + "config/routes/commerce_weavers_tpay_plugin.yaml": { + "contents": [ + "commerce_weavers_sylius_tpay_webhook:", + " resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_webhook.php\"", + "", + "commerce_weavers_sylius_tpay_shop:", + " resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_shop.php\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$", + "" + ], + "executable": false + } + }, + "ref": "663621717ed2778b3a1ea44e09c6bafb1e26a690" + } + } +} diff --git a/commerce-weavers.sylius-tpay-plugin.2.0.json b/commerce-weavers.sylius-tpay-plugin.2.0.json new file mode 100644 index 00000000..d1e66c8f --- /dev/null +++ b/commerce-weavers.sylius-tpay-plugin.2.0.json @@ -0,0 +1,52 @@ +{ + "manifests": { + "commerce-weavers/sylius-tpay-plugin": { + "manifest": { + "bundles": { + "CommerceWeavers\\SyliusTpayPlugin\\CommerceWeaversSyliusTpayPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "IMPORTANT! Replace the `` with a value generated using the `vendor/bin/generate-defuse-key` command", + "PAYUM_CYPHER_KEY": "" + }, + "post-install-output": [ + "@@ -0,0 +1,4 @@", + " * IMPORTANT! Remember to generate Payum's cypher key with the vendor/bin/generate-defuse-key", + " and add it to your environment variables as PAYUM_CYPHER_KEY", + "", + " * Read the Sylius Payum Plugin documentation at https://github.com/CommerceWeavers/SyliusTpayPlugin/wiki" + ] + }, + "files": { + "config/packages/commerce_weavers_tpay_plugin.yaml": { + "contents": [ + "imports:", + " - { resource: \"@CommerceWeaversSyliusTpayPlugin/config/config.php\" }", + "" + ], + "executable": false + }, + "config/routes/commerce_weavers_tpay_plugin.yaml": { + "contents": [ + "commerce_weavers_sylius_tpay_webhook:", + " resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_webhook.php\"", + "", + "commerce_weavers_sylius_tpay_shop:", + " resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_shop.php\"", + " prefix: /{_locale}", + " requirements:", + " _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$", + "" + ], + "executable": false + } + }, + "ref": "663621717ed2778b3a1ea44e09c6bafb1e26a690" + } + } +} diff --git a/index.json b/index.json index d292c0da..49456060 100644 --- a/index.json +++ b/index.json @@ -263,6 +263,9 @@ "coka/wsse-authentication-bundle": [ "1.0" ], + "commerce-weavers/sylius-tpay-plugin": [ + "2.0" + ], "commercetools/symfony-bundle": [ "0.4" ],