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