From 39e3407ea1d857b3087a62acc38a74e1954e5e04 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)