diff --git a/app/models/spree/stock/packer.rb b/app/models/spree/stock/packer.rb index 9dab72909c..242f46536e 100644 --- a/app/models/spree/stock/packer.rb +++ b/app/models/spree/stock/packer.rb @@ -5,7 +5,7 @@ module Spree class Packer attr_reader :stock_location, :order, :splitters, :package_factory - def initialize(stock_location, order, splitters = [Splitter::Base]) + def initialize(stock_location, order, splitters = [OrderManagement::Stock::BasicSplitter]) @stock_location = stock_location @order = order @splitters = splitters