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