mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix formatting in UPGRADE-2.0.md (#18844)
| Q | A |-----------------|----- | Branch? | 2.x | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | no | License | MIT <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added autocomplete functionality and live component support for enhanced interactivity. * Introduced Twig hooks and component bundles for improved template flexibility. * New messenger transports configured for optimized payment request handling. * **Chores** * Updated routing configuration for shop and payment operations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
commit
d80f949b5a
1 changed files with 2 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ sylius_shop_payum:
|
|||
- resource: "@SyliusShopBundle/Resources/config/routing/payum.yml"
|
||||
+ resource: "@SyliusPayumBundle/Resources/config/routing/integrations/sylius_shop.yaml"
|
||||
|
||||
sylius_payment_notify:
|
||||
+sylius_payment_notify:
|
||||
+ resource: "@SyliusPaymentBundle/Resources/config/routing/integrations/sylius.yaml"
|
||||
|
||||
```
|
||||
|
|
@ -202,6 +202,7 @@ return [
|
|||
+ Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true],
|
||||
+ Symfony\UX\Autocomplete\AutocompleteBundle::class => ['all' => true],
|
||||
];
|
||||
```
|
||||
|
||||
* New Symfony/Messenger transports for handling payment requests have been added.
|
||||
Therefore, you need to add the following configuration to your .env file:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue