diff --git a/archived/commerce-weavers.sylius-tpay-plugin/4f33671d57ec0748061e56d16173ab62a20bcf45.json b/archived/commerce-weavers.sylius-tpay-plugin/4f33671d57ec0748061e56d16173ab62a20bcf45.json new file mode 100644 index 00000000..1da18fc9 --- /dev/null +++ b/archived/commerce-weavers.sylius-tpay-plugin/4f33671d57ec0748061e56d16173ab62a20bcf45.json @@ -0,0 +1,56 @@ +{ + "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}))?$", + "", + "commerce_weavers_sylius_tpay_admin:", + " resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_admin.php\"", + " prefix: /admin", + "" + ], + "executable": false + } + }, + "ref": "4f33671d57ec0748061e56d16173ab62a20bcf45" + } + } +} diff --git a/commerce-weavers.sylius-tpay-plugin.2.0.json b/commerce-weavers.sylius-tpay-plugin.2.0.json index d1e66c8f..1da18fc9 100644 --- a/commerce-weavers.sylius-tpay-plugin.2.0.json +++ b/commerce-weavers.sylius-tpay-plugin.2.0.json @@ -41,12 +41,16 @@ " prefix: /{_locale}", " requirements:", " _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$", + "", + "commerce_weavers_sylius_tpay_admin:", + " resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_admin.php\"", + " prefix: /admin", "" ], "executable": false } }, - "ref": "663621717ed2778b3a1ea44e09c6bafb1e26a690" + "ref": "4f33671d57ec0748061e56d16173ab62a20bcf45" } } }