# File lib/active_merchant/billing/gateways/garanti.rb, line 43 def purchase(money, credit_card, options = {}) options = options.merge(:gvp_order_type => "sales") commit(money, build_sale_request(money, credit_card, options)) end