Skip to content

Commit

Permalink
Merge pull request #243 from BitBagCommerce/fix/OP-240
Browse files Browse the repository at this point in the history
OP-240 Fix misnamed route
  • Loading branch information
senghe authored Mar 5, 2024
2 parents dc91b55 + 3630120 commit bddbabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/OrderItemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function addAction(Request $request): Response

return new Response($this->generateUrl('sylius_shop_homepage'));
}
return new Response($this->generateUrl('bitbag_sylius_wishlist_plugin_shop_locale_locale_wishlist_add_product_variant', [
return new Response($this->generateUrl('bitbag_sylius_wishlist_plugin_shop_locale_wishlist_add_product_variant', [
'wishlistId' => $wishlist->getId(),
'variantId' => $variant->getId(),
]));
Expand Down

0 comments on commit bddbabf

Please sign in to comment.