# File lib/active_merchant/billing/gateways/netaxept.rb, line 53
      def capture(money, authorization, options = {})
        post = {}
        add_credentials(post, options)
        add_authorization(post, authorization, money)
        commit('Capture', post, false)
      end