Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-12-16 08:18:30 +00:00
parent a3442a21b9
commit a3a5a58df2
4 changed files with 108 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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 `<replace_me>` with a value generated using the `vendor/bin/generate-defuse-key` command",
"PAYUM_CYPHER_KEY": "<replace_me>"
},
"post-install-output": [
"@@ -0,0 +1,4 @@",
" * <fg=blue>IMPORTANT!</> Remember to generate Payum's cypher key with the <comment>vendor/bin/generate-defuse-key</comment>",
" and add it to your environment variables as <comment>PAYUM_CYPHER_KEY</comment>",
"",
" * <fg=blue>Read</> the Sylius Payum Plugin documentation at <comment>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"
}
}
}
@@ -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 `<replace_me>` with a value generated using the `vendor/bin/generate-defuse-key` command",
"PAYUM_CYPHER_KEY": "<replace_me>"
},
"post-install-output": [
"@@ -0,0 +1,4 @@",
" * <fg=blue>IMPORTANT!</> Remember to generate Payum's cypher key with the <comment>vendor/bin/generate-defuse-key</comment>",
" and add it to your environment variables as <comment>PAYUM_CYPHER_KEY</comment>",
"",
" * <fg=blue>Read</> the Sylius Payum Plugin documentation at <comment>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"
}
}
}
+3
View File
@@ -263,6 +263,9 @@
"coka/wsse-authentication-bundle": [
"1.0"
],
"commerce-weavers/sylius-tpay-plugin": [
"2.0"
],
"commercetools/symfony-bundle": [
"0.4"
],