Changes for https://github.com/killbill/technical-support/issues/300 - #703
Merged
Merged
Conversation
Points 4 and 6
Points 3 and 5
| The Aviate plugin can be installed as documented in the https://docs.killbill.io/latest/how-to-install-the-aviate-plugin.html[How to Install the Aviate Plugin] doc. | ||
|
|
||
| === Enabling Catalog APIs | ||
|
|
Contributor
There was a problem hiding this comment.
Instead of removing this section completely (here and in the other docs), I would suggest we keep it but mention that by default the property is set to true. Also, I would suggest confirming whether the property is true by default in the aviate plugin code first.
| The following demo shows how you can configure the company settings via Aviate. | ||
| The following demo shows how you can configure the organization settings via Aviate. | ||
|
|
||
| :storylane-id: eykmjqwtc4vf |
Contributor
There was a problem hiding this comment.
Is the storylane demo updated to use the new organization settings UI? Even if we don't update it now, we should make a note that needs to be done as part of the other storylane demos.
| You do not need to manually trigger any of these actions -- they are handled by the schedule engine. | ||
|
|
||
| [NOTE] | ||
| Schedule execution is disabled by default. To enable it, start Kill Bill with the following system property: |
Contributor
There was a problem hiding this comment.
Is this something extra?
reshmabidikar
left a comment
Contributor
There was a problem hiding this comment.
Left a few comments, good to be merged once these are addressed.
Adding discussed changes
reshmabidikar
self-requested a review
September 11, 2026 06:05
reshmabidikar
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Points 4 and 6
Update the relevant aviate docs to add a pre-requisite that the corresponding deployment should be added and point to the https://docs.killbill.io/latest/aviate-deployment-management doc. For example, before a catalog is created via aviate UI, we need the deployment added, so the catalog doc needs to updated.
Update all aviate docs to remove the section that specifies a property needs to be set to enable the feature. For example the tax doc specifies that the com.killbill.billing.plugin.aviate.enableTax=true property needs to be set. These are set to true by default now, so no need to do anything.