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