fix on sale_channel get_default

This commit is contained in:
Ludovic CANDELLIER
2023-02-17 22:08:13 +01:00
parent 923f988aba
commit 24b86652aa

View File

@@ -14,7 +14,7 @@ class SaleChannels
public static function getDefault()
{
return self::getByCode('clic');
return self::getByCode('EXP');
}
public static function getByCode($code)