# File lib/active_merchant/billing/gateways/garanti.rb, line 53 def capture(money, ref_id, options = {}) options = options.merge(:gvp_order_type => "postauth") commit(money, build_capture_request(money, ref_id, options)) end