We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71d6e3 commit 8ac4432Copy full SHA for 8ac4432
2 files changed
doc/installation.md
@@ -9,6 +9,7 @@
9
TAG_MANAGER_ID=""
10
USER_COM_ENCRYPTION_KEY=your-32-character-long-key
11
USER_COM_ENCRYPTION_IV=your-16-character-long-iv
12
+ MESSENGER_USER_COM_ASYNCHRONOUS=""
13
```
14
3. Add plugin dependencies to `config/bundles.php` file. Make sure that none of the bundles are duplicated.
15
```php
tests/Application/.env
@@ -36,5 +36,6 @@ SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN=doctrine://defau
36
USER_COM_FRONTEND_API_KEY=""
37
38
39
-USER_COM_ENCRYPTION_IV=your-16-character-long-iv
+USER_COM_ENCRYPTION_IV=your-16-character-long-
40
+MESSENGER_USER_COM_ASYNCHRONOUS=""
41
###< UserCom
0 commit comments