Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Mar 6, 2025
1 parent 0910f26 commit 5758892
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"sylius/sylius": "^2.0.0",
"sylius/sylius": "^2.0.4",
"symfony/webpack-encore-bundle": "^2.1"
},
"require-dev": {
Expand Down
7 changes: 7 additions & 0 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ For incorrectly displayed translations, execute the command:
```bash
bin/console cache:clear
```

### Can't create payment method (Invalid encryption key)

To create a new payment configuration, you need a valid encryption key. If you don’t have one, generate it by running:
```bash
bin/console sylius:payment:generate-key
```

0 comments on commit 5758892

Please sign in to comment.