Skip to content

Commit 947a352

Browse files
authored
Merge pull request #269 from Gogoro/patch-1
Create tax hint about tax class link
2 parents 434fa79 + 7fdba65 commit 947a352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/v3/_taxes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ curl -X POST https://example.com/wc-api/v3/taxes \
4242
"state": "AL",
4343
"rate": "4",
4444
"name": "State Tax",
45-
"shipping": false
45+
"shipping": false,
46+
"class": "standard"
4647
}
4748
}'
4849
```

0 commit comments

Comments
 (0)