class Upc
  def automated_encoding_order_upcs
    %w[
      100075778320
      829410753777
      708527001127
      884385001636
      5060243325686
      123456789130
    ]
  end

  def error_correction_upcs
    %w[
      5204833030738
      192562124963
    ]
  end

  def carveout_changed_upcs
    %w[
      3614973796081
      3614974130518
    ]
  end
end
