# File lib/active_merchant/billing/credit_card_methods.rb, line 36
      def valid_issue_number?(number)
        number.to_s =~ /^\d{1,2}$/
      end