core/app/services/spree/line_items/helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Spree
  module LineItems
    module Helper
      protected

      def recalculate_service
        Spree::Dependencies.cart_recalculate_service.constantize
      end
    end
  end
end