# File lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb, line 86
      def credit(money, source, options = {})
        deprecated Gateway::CREDIT_DEPRECATION_MESSAGE
        refund(money, source, options)
      end