# File lib/active_merchant/billing/gateways/linkpoint.rb, line 207 def credit(money, identification, options = {}) options.update( :ordertype => "CREDIT", :order_id => identification ) commit(money, nil, options) end