var hasPromotion = function (code) { return code && code !== 'EMPTY_PROMOTION'; }; module.exports.hasPromotion = hasPromotion;