diff --git a/app/Repositories/Shop/SaleChannels.php b/app/Repositories/Shop/SaleChannels.php index 02716289..e9f63e0e 100644 --- a/app/Repositories/Shop/SaleChannels.php +++ b/app/Repositories/Shop/SaleChannels.php @@ -49,7 +49,7 @@ class SaleChannels } } - return self::getByCode('EXP'); + return self::getByCode('POSTE'); } public static function getByCode($code)