# File lib/active_merchant/billing/gateways/protx.rb, line 88 def capture(money, identification, options = {}) post = {} add_reference(post, identification) commit(:capture, post) end