# File lib/active_merchant/billing/gateways/moneris.rb, line 73
      def credit(money, authorization, options = {})
        commit 'refund', crediting_params(authorization, :amount => amount(money))
      end