Skip to content

Commit aea3035

Browse files
Merge pull request #4 from shauryemahajanSF/pr3
add sample tax app
2 parents 0f1e6c1 + 6f57a6e commit aea3035

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
60.8 KB
Binary file not shown.

tax/avalara-tax/catalog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"latest": {
3+
"version": "0.1.0",
4+
"tag": "avalara-tax-v0.1.0"
5+
},
6+
"versions": [
7+
{
8+
"version": "0.1.0",
9+
"tag": "avalara-tax-v0.1.0"
10+
}
11+
]
12+
}
13+

tax/avalara-tax/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "avalara-tax",
3+
"domain": "tax",
4+
"description": "Sample Avalara tax app used for testing",
5+
"version": "0.1.0",
6+
"zip": "avalara-tax-v0.1.0.zip",
7+
"sha256": "492fb0bc3aa5c762c0209bd22375e14ed2af8f672b679d6105232a37fe726a4f"
8+
}

0 commit comments

Comments
 (0)