# File lib/active_merchant/billing/gateways/linkpoint.rb, line 185 def capture(money, authorization, options = {}) options.update( :order_id => authorization, :ordertype => "POSTAUTH" ) commit(money, nil, options) end