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