Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-01-17 12:56:47 +00:00
parent 1ebb3fe648
commit 78aa414616
4 changed files with 89 additions and 2 deletions
+1 -1
View File
@@ -593,7 +593,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [sylius/customer-reorder-plugin](https://packagist.org/packages/sylius/customer-reorder-plugin) | [1.0](sylius/customer-reorder-plugin/1.0) |
| [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [1.0](sylius/invoicing-plugin/1.0) |
| [sylius/paypal-plugin](https://packagist.org/packages/sylius/paypal-plugin) | [2.0](sylius/paypal-plugin/2.0) |
| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [0.4](sylius/refund-plugin/0.4) |
| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [2.0](sylius/refund-plugin/2.0) |
| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.12](sylius/resource-bundle/1.12) |
| [sylius/twig-extra](https://packagist.org/packages/sylius/twig-extra) | [0.4](sylius/twig-extra/0.4) |
| [sylius/twig-hooks](https://packagist.org/packages/sylius/twig-hooks) | [0.4](sylius/twig-hooks/0.4) |
@@ -0,0 +1,43 @@
{
"manifests": {
"sylius/refund-plugin": {
"manifest": {
"bundles": {
"Sylius\\RefundPlugin\\SyliusRefundPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"add-lines": [
{
"file": "assets/admin/entrypoint.js",
"content": "import '../../vendor/sylius/refund-plugin/assets/entrypoint';",
"position": "bottom",
"warn_if_missing": true
}
]
},
"files": {
"config/packages/sylius_refund.yaml": {
"contents": [
"imports:",
" - { resource: \"@SyliusRefundPlugin/config/config.yaml\" }",
""
],
"executable": false
},
"config/routes/sylius_refund.yaml": {
"contents": [
"sylius_refund:",
" resource: \"@SyliusRefundPlugin/config/routes.yaml\"",
""
],
"executable": false
}
},
"ref": "261e0e5e0902aa5f6178b1eac5c0019191c6d5c4"
}
}
}
+2 -1
View File
@@ -1895,7 +1895,8 @@
"2.0"
],
"sylius/refund-plugin": [
"0.4"
"0.4",
"2.0"
],
"sylius/resource-bundle": [
"1.6",
+43
View File
@@ -0,0 +1,43 @@
{
"manifests": {
"sylius/refund-plugin": {
"manifest": {
"bundles": {
"Sylius\\RefundPlugin\\SyliusRefundPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"add-lines": [
{
"file": "assets/admin/entrypoint.js",
"content": "import '../../vendor/sylius/refund-plugin/assets/entrypoint';",
"position": "bottom",
"warn_if_missing": true
}
]
},
"files": {
"config/packages/sylius_refund.yaml": {
"contents": [
"imports:",
" - { resource: \"@SyliusRefundPlugin/config/config.yaml\" }",
""
],
"executable": false
},
"config/routes/sylius_refund.yaml": {
"contents": [
"sylius_refund:",
" resource: \"@SyliusRefundPlugin/config/routes.yaml\"",
""
],
"executable": false
}
},
"ref": "261e0e5e0902aa5f6178b1eac5c0019191c6d5c4"
}
}
}