# File lib/active_merchant/billing/gateways/linkpoint.rb, line 158 def purchase(money, creditcard, options={}) requires!(options, :order_id) options.update( :ordertype => "SALE" ) commit(money, creditcard, options) end