# File lib/active_merchant/billing/gateways/cyber_source.rb, line 113
      def auth_reversal(money, identification, options = {})
        commit(build_auth_reversal_request(money, identification, options), options)
      end