# File lib/active_merchant/billing/gateways/garanti.rb, line 48 def authorize(money, credit_card, options = {}) options = options.merge(:gvp_order_type => "preauth") commit(money, build_authorize_request(money, credit_card, options)) end