Skip to content

Commit

Permalink
Documentation for enableCustomInvoiceSequencing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Feb 4, 2025
1 parent 1467945 commit efea7a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions userguide/aviate/aviate-custom-invoice-sequencing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ The Aviate plugin can be installed as documented in the https://docs.killbill.io

== Enabling Aviate Custom Invoice Sequencing

//TODO - At the time of writing this feature also requires com.killbill.billing.plugin.aviate.enableQuoteApis=true to be set. See https://github.com/killbill/killbill-aviate-plugin/issues/290
To use the custom invoice sequencing feature provided by the Aviate plugin, ensure that KB is started with the following property:

The Aviate Custom Invoicing feature requires some tenant-level configuration. This can be done by executing the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows:
[source, bash]
----
com.killbill.billing.plugin.aviate.enableCustomInvoiceSequencing=true
----

In addition, the Aviate Custom Invoicing feature requires some tenant-level configuration. This can be done by executing the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows:

[source, bash]
----
Expand Down

0 comments on commit efea7a9

Please sign in to comment.