yiming
2024-03-01 b10f56cafd2767ef89988877528ba8bff32f8f41
1
2
3
4
5
var hasPromotion = function (code) {
  return code && code !== 'EMPTY_PROMOTION';
};
 
module.exports.hasPromotion = hasPromotion;