Sha256: a406ed657bb3a0c23c4d375510f53b1b2602a8884c3468dacafaf2982bdb6f5f

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

Workarea.configure do |config|
  config.ship_station = ActiveSupport::Configurable::Configuration.new
  config.ship_station.api_timeout = 10
  config.ship_station.open_timeout = 10

  # setting this config value will set a ship_by_date for new orders.
  # This value will be added to the current date and sent in the ship_by_date field.
  #
  # This value must be an integer.
  config.ship_station.ship_by_date_lead_days = nil
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-ship_station-1.0.1 config/initializers/workarea.rb
workarea-ship_station-1.0.0 config/initializers/workarea.rb