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