Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

</details>

## 0.5.7

### Bugfixes

- Add MondialRelayService for BOF pecheur

## 0.5.6

### Bugfixes
Expand Down
2 changes: 2 additions & 0 deletions src/Resources/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ services:
public: true
Wizaplace\SDK\Pim\Option\OptionService:
public: true
Wizaplace\SDK\Shipping\MondialRelayService:
public: true
WizaplaceFrontBundle\Service\CategoryTreeCacheDecorator:
decorates: 'Wizaplace\SDK\Catalog\CatalogServiceInterface'
arguments: ['@WizaplaceFrontBundle\Service\CategoryTreeCacheDecorator.inner']
Expand Down