# File lib/active_merchant/billing/gateways/epay.rb, line 83
      def capture(money, authorization, options = {})
        post = {}

        add_reference(post, authorization)
        add_amount_without_currency(post, money)

        commit(:capture, post)
      end