-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avatax: fallback behavior for taxcode matcher missing hints
- Loading branch information
1 parent
266c6d8
commit 438218f
Showing
4 changed files
with
43 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"app-avatax": patch | ||
--- | ||
|
||
Added fallback behavior for Tax Code Matcher: scenario when AvaTax fail to respond with available tax classes. | ||
|
||
### Before: | ||
When AvaTax failed to respond, app left Tax Code Matcher page and settings couldn't been set | ||
|
||
### After | ||
App ignores missing response from AvaTax and sets empty autocomplete results. Values can be entered manually and will not be validated |
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
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
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