# File lib/active_merchant/billing/gateways/ogone.rb, line 133
      def void(identification, options = {})
        post = {}
        add_authorization(post, reference_from(identification))
        commit('DES', post)
      end