# File lib/active_merchant/billing/gateway.rb, line 102
      def self.supports?(card_type)
        supported_cardtypes.include?(card_type.to_sym)
      end