Skip to content

Commit a3e7977

Browse files
authored
Merge pull request #99 from avadev/21.3.1
Update for 21.3.1
2 parents f39ccb7 + 6c97067 commit a3e7977

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/avatax/client/companies.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def get_company_parameter_detail(companyId, id) path = "/api/v2/companies
292292
# * `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing.
293293
# * `FirstFiling` - The company has recently filing tax returns and is in a new status.
294294
# * `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns.
295+
# * `Inactive` - The company is currently inactive.
295296
#
296297
# ### Security Policies
297298
#

lib/avatax/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AvaTax
2-
VERSION = '21.3.0'.freeze unless defined?(::AvaTax::VERSION)
2+
VERSION = '21.3.1'.freeze unless defined?(::AvaTax::VERSION)
33
end

0 commit comments

Comments
 (0)