# File lib/active_merchant/billing/gateways/ogone.rb, line 123 def capture(money, authorization, options = {}) post = {} add_authorization(post, reference_from(authorization)) add_invoice(post, options) add_customer_data(post, options) add_money(post, money, options) commit('SAL', post) end