Skip to content

Commit

Permalink
Bugfix: Link all Mollie urls to the backend mollie/magento2-scandipwa#20
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Nov 13, 2023
1 parent 0603caf commit ed0bd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<virtualType name="ScandiPWA\Router\Controller\ConfigurableRouter" type="ScandiPWA\Router\Controller\Router">
<arguments>
<argument name="ignoredURLs" xsi:type="array">
<item name="mollieWebhooks" xsi:type="string">^/mollie/checkout/webhook.*</item>
<item name="mollie" xsi:type="string">^/mollie/.*</item>
</argument>
</arguments>
</virtualType>
Expand Down

0 comments on commit ed0bd92

Please sign in to comment.