# File lib/active_merchant/billing/gateways/cyber_source.rb, line 131
      def credit(money, identification, options = {})
        commit(build_credit_request(money, identification, options), options)
      end