Skip to content

Commit 35e2fc5

Browse files
authored
Fix: replace SyliusRefundPlugin by SyliusInvoicingPlugin in UPGRADE.md (#371)
Hi, I am not sure what the format is to contribute, I did not find related documentation. Sorry if it is not how it should be done, feel free to point out what I should be doing. Regarding this PR, it is a simple fix in the documentation UPGRADE.md for Sylius 1.14.
2 parents 7055636 + ea6ff85 commit 35e2fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
The routes have been consolidated into a single `config/routes.yaml` file. It is sufficient to import this file instead of defining each route explicitly:
2222
```yaml
2323
sylius_invoicing:
24-
resource: "@SyliusRefundPlugin/config/routes.yaml"
24+
resource: "@SyliusInvoicingPlugin/config/routes.yaml"
2525
```
2626
2727
However, if you have customized the routes, you need to adjust the paths to reflect the new structure:

0 commit comments

Comments
 (0)