From 24b86652aa68e5d74c9be856d0eef1bdcc94e8d2 Mon Sep 17 00:00:00 2001 From: Ludovic CANDELLIER Date: Fri, 17 Feb 2023 22:08:13 +0100 Subject: [PATCH] fix on sale_channel get_default --- app/Repositories/Shop/SaleChannels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/Shop/SaleChannels.php b/app/Repositories/Shop/SaleChannels.php index 4d2317a9..ac1fca56 100644 --- a/app/Repositories/Shop/SaleChannels.php +++ b/app/Repositories/Shop/SaleChannels.php @@ -14,7 +14,7 @@ class SaleChannels public static function getDefault() { - return self::getByCode('clic'); + return self::getByCode('EXP'); } public static function getByCode($code)