# File lib/faker/commerce.rb, line 9
      def promotion_code(digits = 6)
        [
          fetch('commerce.promotion_code.adjective'),
          fetch('commerce.promotion_code.noun'),
          Faker::Number.number(digits)
        ].join
      end