# File lib/active_merchant/billing/gateways/linkpoint.rb, line 194
      def void(identification, options = {})
        options.update(
          :order_id => identification,
          :ordertype => "VOID"
        )
        commit(nil, nil, options)
      end