# File lib/active_merchant/billing/gateways/inspire.rb, line 53 def capture(money, authorization, options = {}) post ={} post[:transactionid] = authorization commit('capture', money, post) end