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)