# File lib/active_merchant/billing/gateways/protx.rb, line 98
      def void(identification, options = {})
        post = {}
        
        add_reference(post, identification)
        commit(:void, post)
      end