# File lib/active_merchant/billing/gateways/epay.rb, line 92
      def void(identification, options = {})
        post = {}

        add_reference(post, identification)

        commit(:void, post)
      end