diff --git a/0.24/Kill-Bill-Glossary.html b/0.24/Kill-Bill-Glossary.html index 19ee7ba76..aeefaae99 100644 --- a/0.24/Kill-Bill-Glossary.html +++ b/0.24/Kill-Bill-Glossary.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

A

diff --git a/0.24/PostgreSQL.html b/0.24/PostgreSQL.html index a08803062..8bbb1dbe9 100644 --- a/0.24/PostgreSQL.html +++ b/0.24/PostgreSQL.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

PostgreSQL is an open-source Object-relational database system and provides good performance with low maintenance efforts because of its high stability. The Kill Bill core team uses MySQL, but we also run regression tests against MariaDB 10 and PostgreSQL 14. This document has detailed instructions to setup PostgreSQL with Kill Bill and Kaui.

diff --git a/0.24/aviate-catalog-plugin.html b/0.24/aviate-catalog-plugin.html index 7b2792356..f002fe87f 100644 --- a/0.24/aviate-catalog-plugin.html +++ b/0.24/aviate-catalog-plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/0.24/aviate-health.html b/0.24/aviate-health.html index 696babc14..cf29384ca 100644 --- a/0.24/aviate-health.html +++ b/0.24/aviate-health.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/0.24/aviate-metering.html b/0.24/aviate-metering.html index d50595799..a86263289 100644 --- a/0.24/aviate-metering.html +++ b/0.24/aviate-metering.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/0.24/aws-cf.html b/0.24/aws-cf.html index c31813330..c45012493 100644 --- a/0.24/aws-cf.html +++ b/0.24/aws-cf.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

There are at least three different ways to setup a working Kill Bill system on AWS. Two options are based on a single Amazon Machine Image (AMI) containing the complete Kill Bill stack, that is both the Kill Bill server and the administrative UI (KAUI). These options are single-tier and multi-tier. The single-tier option is designed to deploy a limited version of Kill Bill quickly for trial and experimentation. The multi-tier option is designed for production deployments; this requires more setup than other options, but provides the most control over the deployment.

diff --git a/0.24/aws-container.html b/0.24/aws-container.html index 8fc072bc2..bb1f11443 100644 --- a/0.24/aws-container.html +++ b/0.24/aws-container.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Serverless Installation

diff --git a/0.24/aws-multitier.html b/0.24/aws-multitier.html index a4266eed0..62aec2da9 100644 --- a/0.24/aws-multitier.html +++ b/0.24/aws-multitier.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

There are three different ways to setup a working Kill Bill system on AWS, using software preconfigured by Kill Bill. Two options are based on a single Amazon Machine Image (AMI) containing the complete Kill Bill stack, that is both the Kill Bill server and the administrative UI (KAUI). These options are single-tier and multi-tier. The single-tier option is designed to deploy a limited version of Kill Bill quickly for trial and experimentation. For production deployments, we offer the multi-tier option. A third alternative available for deploying a production system is CloudFormation templates. The multi-tier option requires more setup than CloudFormation, but provides more control over the deployment.

diff --git a/0.24/aws-single-ami.html b/0.24/aws-single-ami.html index a80d3cdf5..afc4f2873 100644 --- a/0.24/aws-single-ami.html +++ b/0.24/aws-single-ami.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Overview

diff --git a/0.24/aws-singletier.html b/0.24/aws-singletier.html index 9cc9b81af..0b7918af6 100644 --- a/0.24/aws-singletier.html +++ b/0.24/aws-singletier.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

There are at least three different ways to setup a working Kill Bill system on AWS. Two options are based on a single Amazon Machine Image (AMI) containing the complete Kill Bill stack, that is both the Kill Bill server and the administrative UI (KAUI). These options are single-tier and multi-tier. The single-tier option is designed to deploy a limited version of Kill Bill quickly for trial and experimentation. For production deployments, we recommend the multi-tier option. A third alternative we offer for deploying a production system is CloudFormation templates. The multi-tier option requires more setup than CloudFormation, but provides more control over the deployment.

diff --git a/0.24/aws-tools.html b/0.24/aws-tools.html index e5f2e8cb4..1ee9d1176 100644 --- a/0.24/aws-tools.html +++ b/0.24/aws-tools.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Overview

diff --git a/0.24/aws.html b/0.24/aws.html index b7f3b6a91..29f52e51d 100644 --- a/0.24/aws.html +++ b/0.24/aws.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/0.24/catalog-examples.html b/0.24/catalog-examples.html index a9659d02e..74ff4340d 100644 --- a/0.24/catalog-examples.html +++ b/0.24/catalog-examples.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

This document provides examples of catalogs and how they affect invoices/subscriptions.

diff --git a/0.24/catalog_plugin.html b/0.24/catalog_plugin.html index 841946f05..887a6749c 100644 --- a/0.24/catalog_plugin.html +++ b/0.24/catalog_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

CatalogPluginApi

diff --git a/0.24/consumable_in_arrear.html b/0.24/consumable_in_arrear.html index f9551b092..ef73c051d 100644 --- a/0.24/consumable_in_arrear.html +++ b/0.24/consumable_in_arrear.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Introduction

diff --git a/0.24/custom-email-invoice-formatter.html b/0.24/custom-email-invoice-formatter.html index 0bc2c0996..98e9326dd 100644 --- a/0.24/custom-email-invoice-formatter.html +++ b/0.24/custom-email-invoice-formatter.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Purpose

diff --git a/0.24/debugging.html b/0.24/debugging.html index f0889dc59..b781605d2 100644 --- a/0.24/debugging.html +++ b/0.24/debugging.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Finding the Current Kill Bill Version/Plugin Information

diff --git a/0.24/demo.html b/0.24/demo.html index 8e2dc72e3..46a2f6e65 100644 --- a/0.24/demo.html +++ b/0.24/demo.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Overview

diff --git a/0.24/deploy_to_kubernetes.html b/0.24/deploy_to_kubernetes.html index afdfa8c18..67066e4ef 100644 --- a/0.24/deploy_to_kubernetes.html +++ b/0.24/deploy_to_kubernetes.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

This guide explains how to get started with Kill Bill deployment in Kubernetes.

diff --git a/0.24/development.html b/0.24/development.html index 6899aefa1..4b2638b5a 100644 --- a/0.24/development.html +++ b/0.24/development.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

This guide explains how you can setup the Kill Bill development environment.

diff --git a/0.24/email-notification-plugin.html b/0.24/email-notification-plugin.html index a8bbab4f1..3cdea9f08 100644 --- a/0.24/email-notification-plugin.html +++ b/0.24/email-notification-plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

As the name implies, the email notification plugin is a plugin that sends out emails when certain events occur. This document covers how to install, test, and use this plugin, with support for both SMTP and AWS SES for sending email notifications.

diff --git a/0.24/entitlement_plugin.html b/0.24/entitlement_plugin.html index 459390fe9..2f180734d 100644 --- a/0.24/entitlement_plugin.html +++ b/0.24/entitlement_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Overview

diff --git a/0.24/entitlement_subsystem.html b/0.24/entitlement_subsystem.html index 08b65753c..91cdda094 100644 --- a/0.24/entitlement_subsystem.html +++ b/0.24/entitlement_subsystem.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

Overview and History

diff --git a/0.24/errors-rollbar.html b/0.24/errors-rollbar.html index 5fb230e1a..c72e72a07 100644 --- a/0.24/errors-rollbar.html +++ b/0.24/errors-rollbar.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/0.24/errors-sentry.html b/0.24/errors-sentry.html index 85a1cb7d8..6fd23638b 100644 --- a/0.24/errors-sentry.html +++ b/0.24/errors-sentry.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/0.24/events-to-aws-sqs.html b/0.24/events-to-aws-sqs.html index f2d363f66..faa532d18 100644 --- a/0.24/events-to-aws-sqs.html +++ b/0.24/events-to-aws-sqs.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
+pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
@@ -308,9 +308,6 @@

Step 2: Create an IAM Role

  • Attach the following policy to allow sending messages to SQS:

    -
  • - -
      {
    @@ -325,8 +322,7 @@ 

    Step 2: Create an IAM Role

    }
    -
    -
      +
    1. Click on Next: Tags, add any tags if needed, and then click on Next: Review.

    2. diff --git a/0.24/explanation-https-and-certificates.html b/0.24/explanation-https-and-certificates.html index 6dc971ea7..15a90bd7b 100644 --- a/0.24/explanation-https-and-certificates.html +++ b/0.24/explanation-https-and-certificates.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      HTTPS and Certificates

      diff --git a/0.24/faq.html b/0.24/faq.html index f197f30f7..6f8fab506 100644 --- a/0.24/faq.html +++ b/0.24/faq.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      For general information about Kill Bill, including its features, visit the FAQs on our website.

      diff --git a/0.24/features.html b/0.24/features.html index ac5d289e7..15a3bc0c5 100644 --- a/0.24/features.html +++ b/0.24/features.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Here are some of the key features of the Kill Bill platform and its ecosystem.

      diff --git a/0.24/getting_started.html b/0.24/getting_started.html index 15de1d2fd..bafe360b0 100644 --- a/0.24/getting_started.html +++ b/0.24/getting_started.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document explains what you need to get started using Kill Bill in your chosen environment. The first step is installing Kill Bill itself and the Kaui administrative console, along with their required database, in the environment you will be using. Make sure you read the overview to familiarize yourself with some concepts prior moving forward.

      diff --git a/0.24/ha.html b/0.24/ha.html index 34576c954..ee405eea1 100644 --- a/0.24/ha.html +++ b/0.24/ha.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/how-to-add-a-certificate-using-ACM.html b/0.24/how-to-add-a-certificate-using-ACM.html index f01591279..3b4cbb738 100644 --- a/0.24/how-to-add-a-certificate-using-ACM.html +++ b/0.24/how-to-add-a-certificate-using-ACM.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-install-the-aviate-plugin.html b/0.24/how-to-install-the-aviate-plugin.html index 98852dd90..8fedcbaec 100644 --- a/0.24/how-to-install-the-aviate-plugin.html +++ b/0.24/how-to-install-the-aviate-plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-maintain-a-cloud-formation-system.html b/0.24/how-to-maintain-a-cloud-formation-system.html index dcedcab99..4978d66d9 100644 --- a/0.24/how-to-maintain-a-cloud-formation-system.html +++ b/0.24/how-to-maintain-a-cloud-formation-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-maintain-a-multi-tier-system.html b/0.24/how-to-maintain-a-multi-tier-system.html index 884f03473..3efe14ff8 100644 --- a/0.24/how-to-maintain-a-multi-tier-system.html +++ b/0.24/how-to-maintain-a-multi-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-maintain-a-single-tier-system.html b/0.24/how-to-maintain-a-single-tier-system.html index b06b5a081..06856e798 100644 --- a/0.24/how-to-maintain-a-single-tier-system.html +++ b/0.24/how-to-maintain-a-single-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-set-up-a-cloud-formation-system.html b/0.24/how-to-set-up-a-cloud-formation-system.html index fc051a995..6eb201d2a 100644 --- a/0.24/how-to-set-up-a-cloud-formation-system.html +++ b/0.24/how-to-set-up-a-cloud-formation-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-set-up-a-multi-tier-system.html b/0.24/how-to-set-up-a-multi-tier-system.html index aed8d7a7c..fbe7c2b9c 100644 --- a/0.24/how-to-set-up-a-multi-tier-system.html +++ b/0.24/how-to-set-up-a-multi-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-set-up-a-single-tier-system.html b/0.24/how-to-set-up-a-single-tier-system.html index c19a23d16..a70d13604 100644 --- a/0.24/how-to-set-up-a-single-tier-system.html +++ b/0.24/how-to-set-up-a-single-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/how-to-upgrade-the-database.html b/0.24/how-to-upgrade-the-database.html index 2ee6e154f..33c724023 100644 --- a/0.24/how-to-upgrade-the-database.html +++ b/0.24/how-to-upgrade-the-database.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/how-to-use-kpm-diagnostic.html b/0.24/how-to-use-kpm-diagnostic.html index af2594435..a80033395 100644 --- a/0.24/how-to-use-kpm-diagnostic.html +++ b/0.24/how-to-use-kpm-diagnostic.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      The kpm diagnostic command gathers information about your Kill Bill installation (Kill Bill/Kaui versions, Java version, plugins that you use, etc.), Kill Bill logs, tenant configuration data and account data. It generates a zip file with this data. When this file is shared with us, it allows us to replicate your Kill Bill environment and diagnose the issue.

      diff --git a/0.24/index.html b/0.24/index.html index e9b8f33d5..3af05b565 100644 --- a/0.24/index.html +++ b/0.24/index.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/internal_design.html b/0.24/internal_design.html index 411149a19..711fb054d 100644 --- a/0.24/internal_design.html +++ b/0.24/internal_design.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/internationalization.html b/0.24/internationalization.html index dcfcf393a..d4073191b 100644 --- a/0.24/internationalization.html +++ b/0.24/internationalization.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill was designed to support merchants and their customers (user account, or also referred to as 'user' or 'account' in this documentation) across different countries. In order to support that, there are a lot of different aspects that need to be covered ranging from character sets, timezones, multiple currencies, locales, and the ability to support multiple languages for all customer-visible data (e.g. invoices).

      diff --git a/0.24/invoice_examples.html b/0.24/invoice_examples.html index 94a1227fe..6e4798a66 100644 --- a/0.24/invoice_examples.html +++ b/0.24/invoice_examples.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Whenever there is a change in the system (a recurring subscription billing, an external charge, a change in plan, and so on), Kill Bill generates an invoice. An invoice consists of one or more invoice items of different types. In addition, an invoice has the balance and chargedAmount attributes which are computed each time an invoice is generated. This document aims to explain these computations in different invoicing scenarios.

      diff --git a/0.24/invoice_plugin.html b/0.24/invoice_plugin.html index 41546eacb..bc609568b 100644 --- a/0.24/invoice_plugin.html +++ b/0.24/invoice_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/invoice_subsystem.html b/0.24/invoice_subsystem.html index 7fe8a774d..2e0c9429a 100644 --- a/0.24/invoice_subsystem.html +++ b/0.24/invoice_subsystem.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Driven by the entitlement and subscription modules, along with the catalog configuration, the invoice subsystem is core to Kill Bill. This manual will walk you through a couple of use-cases, to help you understand how it works under the covers and how to make sense of the data on disk.

      diff --git a/0.24/invoice_templates.html b/0.24/invoice_templates.html index 80c11da20..4a57a40ed 100644 --- a/0.24/invoice_templates.html +++ b/0.24/invoice_templates.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill invoices can be rendered as HTML using our render HTML invoice API. This can be useful, for instance, to show the invoices directly to your customer on the billing section of your website. This document explains how to configure custom invoice templates.

      diff --git a/0.24/java_client.html b/0.24/java_client.html index 0d8b6c24d..df6fcdea2 100644 --- a/0.24/java_client.html +++ b/0.24/java_client.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill provides a Java client that can be used to invoke Kill Bill’s API methods. This document is aimed at providing a detailed walkthrough of how to set up this client and use it to execute Kill Bill API methods.

      diff --git a/0.24/kill_bill_events.html b/0.24/kill_bill_events.html index dcb49f57e..879d91dda 100644 --- a/0.24/kill_bill_events.html +++ b/0.24/kill_bill_events.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document provides information about Kill Bill events and their metadata.

      diff --git a/0.24/metrics-cloudwatch.html b/0.24/metrics-cloudwatch.html index 46c6c2310..585d75c1f 100644 --- a/0.24/metrics-cloudwatch.html +++ b/0.24/metrics-cloudwatch.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/metrics-datadog.html b/0.24/metrics-datadog.html index 02072f5e8..e5615ddd3 100644 --- a/0.24/metrics-datadog.html +++ b/0.24/metrics-datadog.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/metrics-newrelic.html b/0.24/metrics-newrelic.html index ee1f77e15..a1e4b58ad 100644 --- a/0.24/metrics-newrelic.html +++ b/0.24/metrics-newrelic.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/migration_guide.html b/0.24/migration_guide.html index 274665f51..39f9dad02 100644 --- a/0.24/migration_guide.html +++ b/0.24/migration_guide.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/notification_plugin.html b/0.24/notification_plugin.html index 2812928da..a7c72a4f4 100644 --- a/0.24/notification_plugin.html +++ b/0.24/notification_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Notification Plugin Overview

      diff --git a/0.24/overdue.html b/0.24/overdue.html index a8a7426c4..33c5373f4 100644 --- a/0.24/overdue.html +++ b/0.24/overdue.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      In this tutorial, we look a little bit deeper into Kill Bill’s payment retry system and overdue system. The main Subscription User Guide already explains some basics about these systems. This tutorial will show you how they work in practice.

      diff --git a/0.24/payment_control_plugin.html b/0.24/payment_control_plugin.html index f3f92b424..426666484 100644 --- a/0.24/payment_control_plugin.html +++ b/0.24/payment_control_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/payment_plugin.html b/0.24/payment_plugin.html index edd6a43bd..4acea1bc8 100644 --- a/0.24/payment_plugin.html +++ b/0.24/payment_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Payment plugins integrate Kill Bill with a specific gateway (i.e., payment processor), such as Stripe or Braintree. We already have many open-source payment plugins available on GitHub as listed in our Plugin Introduction guide.

      diff --git a/0.24/plan_alignment.html b/0.24/plan_alignment.html index 58e43fb17..38169fe78 100644 --- a/0.24/plan_alignment.html +++ b/0.24/plan_alignment.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/plugin_development.html b/0.24/plugin_development.html index 10cd858b9..c2aa1b8c0 100644 --- a/0.24/plugin_development.html +++ b/0.24/plugin_development.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document can be used as a guide to develop custom plugins.

      diff --git a/0.24/plugin_installation.html b/0.24/plugin_installation.html index 521666c61..296b1d2f5 100644 --- a/0.24/plugin_installation.html +++ b/0.24/plugin_installation.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document explains plugin layout, installation and plugin configuration.

      diff --git a/0.24/plugin_introduction.html b/0.24/plugin_introduction.html index 5673518cf..84875e4f3 100644 --- a/0.24/plugin_introduction.html +++ b/0.24/plugin_introduction.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      What is a Kill Bill Plugin

      diff --git a/0.24/plugin_management.html b/0.24/plugin_management.html index 9faa8f81c..21407d8ab 100644 --- a/0.24/plugin_management.html +++ b/0.24/plugin_management.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/plugin_use_cases.html b/0.24/plugin_use_cases.html index 7f4497282..097369042 100644 --- a/0.24/plugin_use_cases.html +++ b/0.24/plugin_use_cases.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document includes some specific use cases related to plugins.

      diff --git a/0.24/postman.html b/0.24/postman.html index b33cc8da8..8fb345f2c 100644 --- a/0.24/postman.html +++ b/0.24/postman.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Postman is a popular tool that can be used for executing API methods. This document is aimed at providing a detailed walkthrough of how to set up Postman and use it to execute Kill Bill API methods.

      diff --git a/0.24/push_notifications.html b/0.24/push_notifications.html index e0d070ca2..e062321c1 100644 --- a/0.24/push_notifications.html +++ b/0.24/push_notifications.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Applications can subscribe to Kill Bill events via HTTP. This feature is known as push notifications. This document provides information about the push notifications feature.

      diff --git a/0.24/quick_start_with_kaui.html b/0.24/quick_start_with_kaui.html index e1b3fc95f..32708564d 100644 --- a/0.24/quick_start_with_kaui.html +++ b/0.24/quick_start_with_kaui.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kaui is the back-office user interface for Kill Bill. This guide walks you through several tasks in Kaui. You will become familiar with moving around the application, and you’ll learn some basic Kill Bill concepts:

      diff --git a/0.24/quick_start_with_kb_api.html b/0.24/quick_start_with_kb_api.html index 981dfdf08..86fbf7d0f 100644 --- a/0.24/quick_start_with_kb_api.html +++ b/0.24/quick_start_with_kb_api.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This guide explains how to get familiar with the Kill Bill API by performing the following tasks:

      diff --git a/0.24/stripe_plugin.html b/0.24/stripe_plugin.html index 222616008..3c90f9e20 100644 --- a/0.24/stripe_plugin.html +++ b/0.24/stripe_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/0.24/swagger_documentation.html b/0.24/swagger_documentation.html index 9f95e8c2c..5d859b5a0 100644 --- a/0.24/swagger_documentation.html +++ b/0.24/swagger_documentation.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill provides built-in support for Swagger UI. Swagger UI allows viewing and interacting with Kill Bill’s API without having to write any code. This can be very useful for debugging. This document is aimed at providing a detailed walkthrough of how to set up and use Kill Bill’s Swagger documentation.

      diff --git a/0.24/tutorial-single-tier.html b/0.24/tutorial-single-tier.html index 067d9b5af..d36335907 100644 --- a/0.24/tutorial-single-tier.html +++ b/0.24/tutorial-single-tier.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/0.24/usage_plugin.html b/0.24/usage_plugin.html index bae3bedef..18ec292b0 100644 --- a/0.24/usage_plugin.html +++ b/0.24/usage_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/user_management.html b/0.24/user_management.html index c486b6bc9..5b4fe9f12 100644 --- a/0.24/user_management.html +++ b/0.24/user_management.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/0.24/userguide_analytics.html b/0.24/userguide_analytics.html index 6254861dc..958b99f3d 100644 --- a/0.24/userguide_analytics.html +++ b/0.24/userguide_analytics.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      The Kill Bill analytics plugin provides business analytics and reporting capabilities. You can use this plugin to create reports and view them via Kaui. Not only that, it allows creating reports against external databases as well. This document explains how to install and use this plugin.

      diff --git a/0.24/userguide_configuration.html b/0.24/userguide_configuration.html index cedb067b8..a60697107 100644 --- a/0.24/userguide_configuration.html +++ b/0.24/userguide_configuration.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill supports configuring the system by specifying external properties. This document explains how such properties can be configured.

      diff --git a/0.24/userguide_deployment.html b/0.24/userguide_deployment.html index 012e6e386..9dd1a5d8b 100644 --- a/0.24/userguide_deployment.html +++ b/0.24/userguide_deployment.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This deployment guide lists the best practices to consider once you are ready to move to production.

      diff --git a/0.24/userguide_kaui.html b/0.24/userguide_kaui.html index 5bb9e12fa..00dbc725b 100644 --- a/0.24/userguide_kaui.html +++ b/0.24/userguide_kaui.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/0.24/userguide_payment.html b/0.24/userguide_payment.html index d2b444087..46d22ff68 100644 --- a/0.24/userguide_payment.html +++ b/0.24/userguide_payment.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This is the reference guide to get started with Kill Bill Payments Platform.

      diff --git a/0.24/userguide_subscription.html b/0.24/userguide_subscription.html index 9fe22fe79..4ea29c9dd 100644 --- a/0.24/userguide_subscription.html +++ b/0.24/userguide_subscription.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This is the reference guide to get started with Kill Bill Subscription Billing.

      @@ -1968,6 +1968,14 @@

      Credit

      2013-04-20

      2013-04-20

      + +

      1029

      +

      CBA_ADJ

      + +

      $20

      +

      2013-04-20

      +

      2013-04-20

      +
      diff --git a/0.24/using-https.html b/0.24/using-https.html index 46a538e7f..919a8f416 100644 --- a/0.24/using-https.html +++ b/0.24/using-https.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/using-ses-with-aws.html b/0.24/using-ses-with-aws.html index d34d69268..242904cf4 100644 --- a/0.24/using-ses-with-aws.html +++ b/0.24/using-ses-with-aws.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/0.24/what_is_aviate.html b/0.24/what_is_aviate.html new file mode 100644 index 000000000..590103023 --- /dev/null +++ b/0.24/what_is_aviate.html @@ -0,0 +1,172 @@ +What Is Aviate?
      +
      +
      +
      + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This is an Aviate-only feature. +
      +
      +
      +
      +
      +
      +

      About Aviate

      +
      +
      +

      Aviate is designed to deliver a seamless billing experience that builds upon the core capabilities of Kill Bill. Our goal is to provide users with advanced features that cover the entire quote-to-cash lifecycle, including enhanced system observability, streamlined configurations, and valuable business intelligence.

      +
      +
      +
      +
      +

      Beta Program Access

      +
      +
      +

      As part of the Beta program, you’ll have access to early feature releases directly on aviate.killbill.io. This platform will continue to evolve with new functionalities aimed at making billing management easier and more powerful.

      +
      +
      +
      +
      +

      Aviate Plugin

      +
      +
      +

      For Beta customers, we offer the Aviate plugin. This plugin extends Kill Bill with additional endpoints specifically for the Beta phase, allowing early access to some of Aviate’s backend features. These endpoints are detailed in the Aviate section below.

      +
      +
      +

      Please refer to the documentation below to start integrating Aviate into your Kill Bill environment.

      +
      +
      +
      + \ No newline at end of file diff --git a/0.24/what_is_kill_bill.html b/0.24/what_is_kill_bill.html index 4a6b35d53..696eb8a9a 100644 --- a/0.24/what_is_kill_bill.html +++ b/0.24/what_is_kill_bill.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/index.html b/index.html index e9b8f33d5..3af05b565 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/Kill-Bill-Glossary.html b/latest/Kill-Bill-Glossary.html index 19ee7ba76..aeefaae99 100644 --- a/latest/Kill-Bill-Glossary.html +++ b/latest/Kill-Bill-Glossary.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      A

      diff --git a/latest/PostgreSQL.html b/latest/PostgreSQL.html index a08803062..8bbb1dbe9 100644 --- a/latest/PostgreSQL.html +++ b/latest/PostgreSQL.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      PostgreSQL is an open-source Object-relational database system and provides good performance with low maintenance efforts because of its high stability. The Kill Bill core team uses MySQL, but we also run regression tests against MariaDB 10 and PostgreSQL 14. This document has detailed instructions to setup PostgreSQL with Kill Bill and Kaui.

      diff --git a/latest/aviate-catalog-plugin.html b/latest/aviate-catalog-plugin.html index 7b2792356..f002fe87f 100644 --- a/latest/aviate-catalog-plugin.html +++ b/latest/aviate-catalog-plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/aviate-health.html b/latest/aviate-health.html index 696babc14..cf29384ca 100644 --- a/latest/aviate-health.html +++ b/latest/aviate-health.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/aviate-metering.html b/latest/aviate-metering.html index d50595799..a86263289 100644 --- a/latest/aviate-metering.html +++ b/latest/aviate-metering.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/aws-cf.html b/latest/aws-cf.html index c31813330..c45012493 100644 --- a/latest/aws-cf.html +++ b/latest/aws-cf.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      There are at least three different ways to setup a working Kill Bill system on AWS. Two options are based on a single Amazon Machine Image (AMI) containing the complete Kill Bill stack, that is both the Kill Bill server and the administrative UI (KAUI). These options are single-tier and multi-tier. The single-tier option is designed to deploy a limited version of Kill Bill quickly for trial and experimentation. The multi-tier option is designed for production deployments; this requires more setup than other options, but provides the most control over the deployment.

      diff --git a/latest/aws-container.html b/latest/aws-container.html index 8fc072bc2..bb1f11443 100644 --- a/latest/aws-container.html +++ b/latest/aws-container.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Serverless Installation

      diff --git a/latest/aws-multitier.html b/latest/aws-multitier.html index a4266eed0..62aec2da9 100644 --- a/latest/aws-multitier.html +++ b/latest/aws-multitier.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      There are three different ways to setup a working Kill Bill system on AWS, using software preconfigured by Kill Bill. Two options are based on a single Amazon Machine Image (AMI) containing the complete Kill Bill stack, that is both the Kill Bill server and the administrative UI (KAUI). These options are single-tier and multi-tier. The single-tier option is designed to deploy a limited version of Kill Bill quickly for trial and experimentation. For production deployments, we offer the multi-tier option. A third alternative available for deploying a production system is CloudFormation templates. The multi-tier option requires more setup than CloudFormation, but provides more control over the deployment.

      diff --git a/latest/aws-single-ami.html b/latest/aws-single-ami.html index a80d3cdf5..afc4f2873 100644 --- a/latest/aws-single-ami.html +++ b/latest/aws-single-ami.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/aws-singletier.html b/latest/aws-singletier.html index 9cc9b81af..0b7918af6 100644 --- a/latest/aws-singletier.html +++ b/latest/aws-singletier.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      There are at least three different ways to setup a working Kill Bill system on AWS. Two options are based on a single Amazon Machine Image (AMI) containing the complete Kill Bill stack, that is both the Kill Bill server and the administrative UI (KAUI). These options are single-tier and multi-tier. The single-tier option is designed to deploy a limited version of Kill Bill quickly for trial and experimentation. For production deployments, we recommend the multi-tier option. A third alternative we offer for deploying a production system is CloudFormation templates. The multi-tier option requires more setup than CloudFormation, but provides more control over the deployment.

      diff --git a/latest/aws-tools.html b/latest/aws-tools.html index e5f2e8cb4..1ee9d1176 100644 --- a/latest/aws-tools.html +++ b/latest/aws-tools.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/aws.html b/latest/aws.html index b7f3b6a91..29f52e51d 100644 --- a/latest/aws.html +++ b/latest/aws.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/catalog-examples.html b/latest/catalog-examples.html index a9659d02e..74ff4340d 100644 --- a/latest/catalog-examples.html +++ b/latest/catalog-examples.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document provides examples of catalogs and how they affect invoices/subscriptions.

      diff --git a/latest/catalog_plugin.html b/latest/catalog_plugin.html index 841946f05..887a6749c 100644 --- a/latest/catalog_plugin.html +++ b/latest/catalog_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      CatalogPluginApi

      diff --git a/latest/consumable_in_arrear.html b/latest/consumable_in_arrear.html index f9551b092..ef73c051d 100644 --- a/latest/consumable_in_arrear.html +++ b/latest/consumable_in_arrear.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/latest/custom-email-invoice-formatter.html b/latest/custom-email-invoice-formatter.html index 0bc2c0996..98e9326dd 100644 --- a/latest/custom-email-invoice-formatter.html +++ b/latest/custom-email-invoice-formatter.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Purpose

      diff --git a/latest/debugging.html b/latest/debugging.html index f0889dc59..b781605d2 100644 --- a/latest/debugging.html +++ b/latest/debugging.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Finding the Current Kill Bill Version/Plugin Information

      diff --git a/latest/demo.html b/latest/demo.html index 8e2dc72e3..46a2f6e65 100644 --- a/latest/demo.html +++ b/latest/demo.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/deploy_to_kubernetes.html b/latest/deploy_to_kubernetes.html index afdfa8c18..67066e4ef 100644 --- a/latest/deploy_to_kubernetes.html +++ b/latest/deploy_to_kubernetes.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This guide explains how to get started with Kill Bill deployment in Kubernetes.

      diff --git a/latest/development.html b/latest/development.html index 6899aefa1..4b2638b5a 100644 --- a/latest/development.html +++ b/latest/development.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This guide explains how you can setup the Kill Bill development environment.

      diff --git a/latest/email-notification-plugin.html b/latest/email-notification-plugin.html index a8bbab4f1..3cdea9f08 100644 --- a/latest/email-notification-plugin.html +++ b/latest/email-notification-plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      As the name implies, the email notification plugin is a plugin that sends out emails when certain events occur. This document covers how to install, test, and use this plugin, with support for both SMTP and AWS SES for sending email notifications.

      diff --git a/latest/entitlement_plugin.html b/latest/entitlement_plugin.html index 459390fe9..2f180734d 100644 --- a/latest/entitlement_plugin.html +++ b/latest/entitlement_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/entitlement_subsystem.html b/latest/entitlement_subsystem.html index 08b65753c..91cdda094 100644 --- a/latest/entitlement_subsystem.html +++ b/latest/entitlement_subsystem.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview and History

      diff --git a/latest/errors-rollbar.html b/latest/errors-rollbar.html index 5fb230e1a..c72e72a07 100644 --- a/latest/errors-rollbar.html +++ b/latest/errors-rollbar.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/errors-sentry.html b/latest/errors-sentry.html index 85a1cb7d8..6fd23638b 100644 --- a/latest/errors-sentry.html +++ b/latest/errors-sentry.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/events-to-aws-sqs.html b/latest/events-to-aws-sqs.html index f2d363f66..faa532d18 100644 --- a/latest/events-to-aws-sqs.html +++ b/latest/events-to-aws-sqs.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      @@ -308,9 +308,6 @@

      Step 2: Create an IAM Role

    3. Attach the following policy to allow sending messages to SQS:

      -
    4. -
    -
      {
    @@ -325,8 +322,7 @@ 

    Step 2: Create an IAM Role

    }
    -
    -
      +
    1. Click on Next: Tags, add any tags if needed, and then click on Next: Review.

    2. diff --git a/latest/explanation-https-and-certificates.html b/latest/explanation-https-and-certificates.html index 6dc971ea7..15a90bd7b 100644 --- a/latest/explanation-https-and-certificates.html +++ b/latest/explanation-https-and-certificates.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      HTTPS and Certificates

      diff --git a/latest/faq.html b/latest/faq.html index f197f30f7..6f8fab506 100644 --- a/latest/faq.html +++ b/latest/faq.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      For general information about Kill Bill, including its features, visit the FAQs on our website.

      diff --git a/latest/features.html b/latest/features.html index ac5d289e7..15a3bc0c5 100644 --- a/latest/features.html +++ b/latest/features.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Here are some of the key features of the Kill Bill platform and its ecosystem.

      diff --git a/latest/getting_started.html b/latest/getting_started.html index 15de1d2fd..bafe360b0 100644 --- a/latest/getting_started.html +++ b/latest/getting_started.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document explains what you need to get started using Kill Bill in your chosen environment. The first step is installing Kill Bill itself and the Kaui administrative console, along with their required database, in the environment you will be using. Make sure you read the overview to familiarize yourself with some concepts prior moving forward.

      diff --git a/latest/ha.html b/latest/ha.html index 34576c954..ee405eea1 100644 --- a/latest/ha.html +++ b/latest/ha.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/how-to-add-a-certificate-using-ACM.html b/latest/how-to-add-a-certificate-using-ACM.html index f01591279..3b4cbb738 100644 --- a/latest/how-to-add-a-certificate-using-ACM.html +++ b/latest/how-to-add-a-certificate-using-ACM.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-install-the-aviate-plugin.html b/latest/how-to-install-the-aviate-plugin.html index 98852dd90..8fedcbaec 100644 --- a/latest/how-to-install-the-aviate-plugin.html +++ b/latest/how-to-install-the-aviate-plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-maintain-a-cloud-formation-system.html b/latest/how-to-maintain-a-cloud-formation-system.html index dcedcab99..4978d66d9 100644 --- a/latest/how-to-maintain-a-cloud-formation-system.html +++ b/latest/how-to-maintain-a-cloud-formation-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-maintain-a-multi-tier-system.html b/latest/how-to-maintain-a-multi-tier-system.html index 884f03473..3efe14ff8 100644 --- a/latest/how-to-maintain-a-multi-tier-system.html +++ b/latest/how-to-maintain-a-multi-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-maintain-a-single-tier-system.html b/latest/how-to-maintain-a-single-tier-system.html index b06b5a081..06856e798 100644 --- a/latest/how-to-maintain-a-single-tier-system.html +++ b/latest/how-to-maintain-a-single-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-set-up-a-cloud-formation-system.html b/latest/how-to-set-up-a-cloud-formation-system.html index fc051a995..6eb201d2a 100644 --- a/latest/how-to-set-up-a-cloud-formation-system.html +++ b/latest/how-to-set-up-a-cloud-formation-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-set-up-a-multi-tier-system.html b/latest/how-to-set-up-a-multi-tier-system.html index aed8d7a7c..fbe7c2b9c 100644 --- a/latest/how-to-set-up-a-multi-tier-system.html +++ b/latest/how-to-set-up-a-multi-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-set-up-a-single-tier-system.html b/latest/how-to-set-up-a-single-tier-system.html index c19a23d16..a70d13604 100644 --- a/latest/how-to-set-up-a-single-tier-system.html +++ b/latest/how-to-set-up-a-single-tier-system.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/how-to-upgrade-the-database.html b/latest/how-to-upgrade-the-database.html index 2ee6e154f..33c724023 100644 --- a/latest/how-to-upgrade-the-database.html +++ b/latest/how-to-upgrade-the-database.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/how-to-use-kpm-diagnostic.html b/latest/how-to-use-kpm-diagnostic.html index af2594435..a80033395 100644 --- a/latest/how-to-use-kpm-diagnostic.html +++ b/latest/how-to-use-kpm-diagnostic.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      The kpm diagnostic command gathers information about your Kill Bill installation (Kill Bill/Kaui versions, Java version, plugins that you use, etc.), Kill Bill logs, tenant configuration data and account data. It generates a zip file with this data. When this file is shared with us, it allows us to replicate your Kill Bill environment and diagnose the issue.

      diff --git a/latest/index.html b/latest/index.html index e9b8f33d5..3af05b565 100644 --- a/latest/index.html +++ b/latest/index.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/internal_design.html b/latest/internal_design.html index 411149a19..711fb054d 100644 --- a/latest/internal_design.html +++ b/latest/internal_design.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/internationalization.html b/latest/internationalization.html index dcfcf393a..d4073191b 100644 --- a/latest/internationalization.html +++ b/latest/internationalization.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill was designed to support merchants and their customers (user account, or also referred to as 'user' or 'account' in this documentation) across different countries. In order to support that, there are a lot of different aspects that need to be covered ranging from character sets, timezones, multiple currencies, locales, and the ability to support multiple languages for all customer-visible data (e.g. invoices).

      diff --git a/latest/invoice_examples.html b/latest/invoice_examples.html index 94a1227fe..6e4798a66 100644 --- a/latest/invoice_examples.html +++ b/latest/invoice_examples.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Whenever there is a change in the system (a recurring subscription billing, an external charge, a change in plan, and so on), Kill Bill generates an invoice. An invoice consists of one or more invoice items of different types. In addition, an invoice has the balance and chargedAmount attributes which are computed each time an invoice is generated. This document aims to explain these computations in different invoicing scenarios.

      diff --git a/latest/invoice_plugin.html b/latest/invoice_plugin.html index 41546eacb..bc609568b 100644 --- a/latest/invoice_plugin.html +++ b/latest/invoice_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/invoice_subsystem.html b/latest/invoice_subsystem.html index 7fe8a774d..2e0c9429a 100644 --- a/latest/invoice_subsystem.html +++ b/latest/invoice_subsystem.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Driven by the entitlement and subscription modules, along with the catalog configuration, the invoice subsystem is core to Kill Bill. This manual will walk you through a couple of use-cases, to help you understand how it works under the covers and how to make sense of the data on disk.

      diff --git a/latest/invoice_templates.html b/latest/invoice_templates.html index 80c11da20..4a57a40ed 100644 --- a/latest/invoice_templates.html +++ b/latest/invoice_templates.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill invoices can be rendered as HTML using our render HTML invoice API. This can be useful, for instance, to show the invoices directly to your customer on the billing section of your website. This document explains how to configure custom invoice templates.

      diff --git a/latest/java_client.html b/latest/java_client.html index 0d8b6c24d..df6fcdea2 100644 --- a/latest/java_client.html +++ b/latest/java_client.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill provides a Java client that can be used to invoke Kill Bill’s API methods. This document is aimed at providing a detailed walkthrough of how to set up this client and use it to execute Kill Bill API methods.

      diff --git a/latest/kill_bill_events.html b/latest/kill_bill_events.html index dcb49f57e..879d91dda 100644 --- a/latest/kill_bill_events.html +++ b/latest/kill_bill_events.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document provides information about Kill Bill events and their metadata.

      diff --git a/latest/metrics-cloudwatch.html b/latest/metrics-cloudwatch.html index 46c6c2310..585d75c1f 100644 --- a/latest/metrics-cloudwatch.html +++ b/latest/metrics-cloudwatch.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/metrics-datadog.html b/latest/metrics-datadog.html index 02072f5e8..e5615ddd3 100644 --- a/latest/metrics-datadog.html +++ b/latest/metrics-datadog.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/metrics-newrelic.html b/latest/metrics-newrelic.html index ee1f77e15..a1e4b58ad 100644 --- a/latest/metrics-newrelic.html +++ b/latest/metrics-newrelic.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/migration_guide.html b/latest/migration_guide.html index 274665f51..39f9dad02 100644 --- a/latest/migration_guide.html +++ b/latest/migration_guide.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/notification_plugin.html b/latest/notification_plugin.html index 2812928da..a7c72a4f4 100644 --- a/latest/notification_plugin.html +++ b/latest/notification_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Notification Plugin Overview

      diff --git a/latest/overdue.html b/latest/overdue.html index a8a7426c4..33c5373f4 100644 --- a/latest/overdue.html +++ b/latest/overdue.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      In this tutorial, we look a little bit deeper into Kill Bill’s payment retry system and overdue system. The main Subscription User Guide already explains some basics about these systems. This tutorial will show you how they work in practice.

      diff --git a/latest/payment_control_plugin.html b/latest/payment_control_plugin.html index f3f92b424..426666484 100644 --- a/latest/payment_control_plugin.html +++ b/latest/payment_control_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/payment_plugin.html b/latest/payment_plugin.html index edd6a43bd..4acea1bc8 100644 --- a/latest/payment_plugin.html +++ b/latest/payment_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Payment plugins integrate Kill Bill with a specific gateway (i.e., payment processor), such as Stripe or Braintree. We already have many open-source payment plugins available on GitHub as listed in our Plugin Introduction guide.

      diff --git a/latest/plan_alignment.html b/latest/plan_alignment.html index 58e43fb17..38169fe78 100644 --- a/latest/plan_alignment.html +++ b/latest/plan_alignment.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/plugin_development.html b/latest/plugin_development.html index 10cd858b9..c2aa1b8c0 100644 --- a/latest/plugin_development.html +++ b/latest/plugin_development.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document can be used as a guide to develop custom plugins.

      diff --git a/latest/plugin_installation.html b/latest/plugin_installation.html index 521666c61..296b1d2f5 100644 --- a/latest/plugin_installation.html +++ b/latest/plugin_installation.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document explains plugin layout, installation and plugin configuration.

      diff --git a/latest/plugin_introduction.html b/latest/plugin_introduction.html index 5673518cf..84875e4f3 100644 --- a/latest/plugin_introduction.html +++ b/latest/plugin_introduction.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      What is a Kill Bill Plugin

      diff --git a/latest/plugin_management.html b/latest/plugin_management.html index 9faa8f81c..21407d8ab 100644 --- a/latest/plugin_management.html +++ b/latest/plugin_management.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/plugin_use_cases.html b/latest/plugin_use_cases.html index 7f4497282..097369042 100644 --- a/latest/plugin_use_cases.html +++ b/latest/plugin_use_cases.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This document includes some specific use cases related to plugins.

      diff --git a/latest/postman.html b/latest/postman.html index b33cc8da8..8fb345f2c 100644 --- a/latest/postman.html +++ b/latest/postman.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Postman is a popular tool that can be used for executing API methods. This document is aimed at providing a detailed walkthrough of how to set up Postman and use it to execute Kill Bill API methods.

      diff --git a/latest/push_notifications.html b/latest/push_notifications.html index e0d070ca2..e062321c1 100644 --- a/latest/push_notifications.html +++ b/latest/push_notifications.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Applications can subscribe to Kill Bill events via HTTP. This feature is known as push notifications. This document provides information about the push notifications feature.

      diff --git a/latest/quick_start_with_kaui.html b/latest/quick_start_with_kaui.html index e1b3fc95f..32708564d 100644 --- a/latest/quick_start_with_kaui.html +++ b/latest/quick_start_with_kaui.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kaui is the back-office user interface for Kill Bill. This guide walks you through several tasks in Kaui. You will become familiar with moving around the application, and you’ll learn some basic Kill Bill concepts:

      diff --git a/latest/quick_start_with_kb_api.html b/latest/quick_start_with_kb_api.html index 981dfdf08..86fbf7d0f 100644 --- a/latest/quick_start_with_kb_api.html +++ b/latest/quick_start_with_kb_api.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This guide explains how to get familiar with the Kill Bill API by performing the following tasks:

      diff --git a/latest/stripe_plugin.html b/latest/stripe_plugin.html index 222616008..3c90f9e20 100644 --- a/latest/stripe_plugin.html +++ b/latest/stripe_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/latest/swagger_documentation.html b/latest/swagger_documentation.html index 9f95e8c2c..5d859b5a0 100644 --- a/latest/swagger_documentation.html +++ b/latest/swagger_documentation.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill provides built-in support for Swagger UI. Swagger UI allows viewing and interacting with Kill Bill’s API without having to write any code. This can be very useful for debugging. This document is aimed at providing a detailed walkthrough of how to set up and use Kill Bill’s Swagger documentation.

      diff --git a/latest/tutorial-single-tier.html b/latest/tutorial-single-tier.html index 067d9b5af..d36335907 100644 --- a/latest/tutorial-single-tier.html +++ b/latest/tutorial-single-tier.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/latest/usage_plugin.html b/latest/usage_plugin.html index bae3bedef..18ec292b0 100644 --- a/latest/usage_plugin.html +++ b/latest/usage_plugin.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/user_management.html b/latest/user_management.html index c486b6bc9..5b4fe9f12 100644 --- a/latest/user_management.html +++ b/latest/user_management.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Overview

      diff --git a/latest/userguide_analytics.html b/latest/userguide_analytics.html index 6254861dc..958b99f3d 100644 --- a/latest/userguide_analytics.html +++ b/latest/userguide_analytics.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      The Kill Bill analytics plugin provides business analytics and reporting capabilities. You can use this plugin to create reports and view them via Kaui. Not only that, it allows creating reports against external databases as well. This document explains how to install and use this plugin.

      diff --git a/latest/userguide_configuration.html b/latest/userguide_configuration.html index cedb067b8..a60697107 100644 --- a/latest/userguide_configuration.html +++ b/latest/userguide_configuration.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Kill Bill supports configuring the system by specifying external properties. This document explains how such properties can be configured.

      diff --git a/latest/userguide_deployment.html b/latest/userguide_deployment.html index 012e6e386..9dd1a5d8b 100644 --- a/latest/userguide_deployment.html +++ b/latest/userguide_deployment.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This deployment guide lists the best practices to consider once you are ready to move to production.

      diff --git a/latest/userguide_kaui.html b/latest/userguide_kaui.html index 5bb9e12fa..00dbc725b 100644 --- a/latest/userguide_kaui.html +++ b/latest/userguide_kaui.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction

      diff --git a/latest/userguide_payment.html b/latest/userguide_payment.html index d2b444087..46d22ff68 100644 --- a/latest/userguide_payment.html +++ b/latest/userguide_payment.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This is the reference guide to get started with Kill Bill Payments Platform.

      diff --git a/latest/userguide_subscription.html b/latest/userguide_subscription.html index 9fe22fe79..4ea29c9dd 100644 --- a/latest/userguide_subscription.html +++ b/latest/userguide_subscription.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      This is the reference guide to get started with Kill Bill Subscription Billing.

      @@ -1968,6 +1968,14 @@

      Credit

      2013-04-20

      2013-04-20

      + +

      1029

      +

      CBA_ADJ

      + +

      $20

      +

      2013-04-20

      +

      2013-04-20

      +
      diff --git a/latest/using-https.html b/latest/using-https.html index 46a538e7f..919a8f416 100644 --- a/latest/using-https.html +++ b/latest/using-https.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/using-ses-with-aws.html b/latest/using-ses-with-aws.html index d34d69268..242904cf4 100644 --- a/latest/using-ses-with-aws.html +++ b/latest/using-ses-with-aws.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      diff --git a/latest/what_is_aviate.html b/latest/what_is_aviate.html new file mode 100644 index 000000000..590103023 --- /dev/null +++ b/latest/what_is_aviate.html @@ -0,0 +1,172 @@ +What Is Aviate?
      +
      +
      +
      + + + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This is an Aviate-only feature. +
      +
      +
      +
      +
      +
      +

      About Aviate

      +
      +
      +

      Aviate is designed to deliver a seamless billing experience that builds upon the core capabilities of Kill Bill. Our goal is to provide users with advanced features that cover the entire quote-to-cash lifecycle, including enhanced system observability, streamlined configurations, and valuable business intelligence.

      +
      +
      +
      +
      +

      Beta Program Access

      +
      +
      +

      As part of the Beta program, you’ll have access to early feature releases directly on aviate.killbill.io. This platform will continue to evolve with new functionalities aimed at making billing management easier and more powerful.

      +
      +
      +
      +
      +

      Aviate Plugin

      +
      +
      +

      For Beta customers, we offer the Aviate plugin. This plugin extends Kill Bill with additional endpoints specifically for the Beta phase, allowing early access to some of Aviate’s backend features. These endpoints are detailed in the Aviate section below.

      +
      +
      +

      Please refer to the documentation below to start integrating Aviate into your Kill Bill environment.

      +
      +
      +
      + \ No newline at end of file diff --git a/latest/what_is_kill_bill.html b/latest/what_is_kill_bill.html index 4a6b35d53..696eb8a9a 100644 --- a/latest/what_is_kill_bill.html +++ b/latest/what_is_kill_bill.html @@ -66,7 +66,7 @@ pre.pygments .tok-vg { color: #19177C } /* Name.Variable.Global */ pre.pygments .tok-vi { color: #19177C } /* Name.Variable.Instance */ pre.pygments .tok-vm { color: #19177C } /* Name.Variable.Magic */ -pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */
      +pre.pygments .tok-il { color: #666666 } /* Literal.Number.Integer.Long */

      Introduction