# File lib/active_merchant/billing/gateways/sage.rb, line 90 def purchase(money, source, options = {}) if source.type == "check" virtual_check.purchase(money, source, options) else bankcard.purchase(money, source, options) end end