-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from avadev/21.3.1
21.3.1 update
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Ted Spence <[email protected]> | ||
* @copyright 2004-2018 Avalara, Inc. | ||
* @license https://www.apache.org/licenses/LICENSE-2.0 | ||
* @version 21.3.0 | ||
* @version 21.3.1 | ||
* @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK | ||
*/ | ||
|
||
|
@@ -43,7 +43,7 @@ export default class AvaTaxClient { | |
appName + | ||
'; ' + | ||
appVersion + | ||
'; JavascriptSdk; 21.3.0; ' + | ||
'; JavascriptSdk; 21.3.1; ' + | ||
machineName; | ||
} | ||
|
||
|
@@ -2166,6 +2166,7 @@ export default class AvaTaxClient { | |
* * `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing. | ||
* * `FirstFiling` - The company has recently filing tax returns and is in a new status. | ||
* * `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns. | ||
* * `Inactive` - The company is currently inactive. | ||
* | ||
* ### Security Policies | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters