# File lib/active_merchant/billing/gateways/first_pay.rb, line 63 def credit(money, reference, options = {}) deprecated CREDIT_DEPRECATION_MESSAGE refund(money, reference, options) end