Class: SpreeAvataxOfficial::Base

Inherits:
Object
  • Object
show all
Includes:
Spree::ServiceModule::Base
Defined in:
app/services/spree_avatax_official/base.rb

Constant Summary collapse

APP_NAME =
'a0o0b000005HsXPAA0'.freeze
APP_VERSION =
'Spree by Spark'.freeze
SUCCESS_STATUSES =
[200, 201].freeze
CONNECTION_OPTIONS =
::AvaTax::Configuration::DEFAULT_CONNECTION_OPTIONS.merge(
  request: {
    timeout:      SpreeAvataxOfficial::Config.read_timeout,
    open_timeout: SpreeAvataxOfficial::Config.open_timeout
  }
).freeze