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