# File lib/active_merchant/billing/gateways/instapay.rb, line 51 def capture(money, authorization, options = {}) post = {} add_amount(post, money) add_reference(post, authorization) commit('ns_quicksale_cc', post) end