Skip to content

Commit ee6fe49

Browse files
committed
Fix code scanning warning
1 parent e29834f commit ee6fe49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

userguide/aviate/aviate-tax.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ In brief, you would need to do the following:
132132
+
133133
3. Create a billing account corresponding to the account. You can use the following API call. Ensure that the billing account includes tax registrations with the appropriate country code in the address.
134134
+
135-
```
135+
[source, bash]
136+
----
136137
curl -X POST \
137138
-H "Content-Type: application/json" \
138139
-H "X-killbill-apiKey: aviate" \
@@ -156,7 +157,7 @@ curl -X POST \
156157
]
157158
}' \
158159
http://127.0.0.1:8080/plugins/aviate-plugin/v1/ba
159-
```
160+
----
160161
+
161162
4. Create a subscription corresponding to a product configured in Step 1. You can use https://apidocs.killbill.io/subscription#create-a-subscription[API] or https://docs.killbill.io/latest/userguide_kaui#_add_a_subscription[kaui]. The tax invoice item will automatically be generated.
162163

0 commit comments

Comments
 (0)