From 7decf8d1af6feacb97a2fa45945774c397eab891 Mon Sep 17 00:00:00 2001 From: Stefan Poensgen Date: Sun, 18 Jun 2023 21:01:16 +0200 Subject: [PATCH] feat: removed cs fixer --- CHANGELOG.md | 4 ++++ composer.json | 2 +- src/Administration/Controller/ShareBasketController.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 897cd46..212493d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.5 + +- Fixed statistics controller in admin + # 1.1.4 - Added ShareBasketCleanupCriteriaEvent diff --git a/composer.json b/composer.json index 274bbcf..892332c 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "frosh/platform-share-basket", - "version": "1.1.4", + "version": "1.1.5", "type": "shopware-platform-plugin", "description": "Shopware Plugin to share your basket", "license": "MIT", diff --git a/src/Administration/Controller/ShareBasketController.php b/src/Administration/Controller/ShareBasketController.php index c63a7c7..d22da26 100644 --- a/src/Administration/Controller/ShareBasketController.php +++ b/src/Administration/Controller/ShareBasketController.php @@ -43,7 +43,7 @@ public function statistics(Request $request, Context $context): Response 'shareBasket', 'frosh_share_basket_line_item', 'froshShareBasketLineItem', - 'shareBasket.id = froshShareBasketLineItem.cart_id' + 'shareBasket.id = froshShareBasketLineItem.share_basket_id' ) ->leftJoin( 'froshShareBasketLineItem',