Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion userguide/aviate/aviate-tax.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ To use the tax feature provided by the Aviate plugin, ensure that KB is started
com.killbill.billing.plugin.aviate.enableTax=true
----

In addition, the Aviate Tax feature requires some tenant-level configuration. This can be done via the Aviate UI. See https://killbill.storylane.io/share/dmenqdn2zcoy[this demo].
In addition, the Aviate Tax feature requires some tenant-level configuration. This can be done via the Aviate UI:

++++
<div style="margin-bottom: 2rem;">
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div class="sl-embed" style="position:relative;padding-bottom:calc(49.85% + 25px);width:100%;height:0;transform:scale(1)">
<iframe loading="lazy" class="sl-demo" src="https://killbill.storylane.io/demo/dmenqdn2zcoy?embed=popup" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
</div>
</div>
++++

Alternatively, you can also execute the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows:

Expand Down
Loading