Skip to content

Commit f2a430b

Browse files
authored
Merge pull request killbill#602 from KBbitsP/v3
Made correction to the slate links
2 parents 66301a1 + 4699673 commit f2a430b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

userguide/tutorials/catalog-examples.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ The following table lists the actions and their results:
692692
|Action |Result
693693
//-------------
694694
|Create a subscription for the `water-monthly` plan on `2021-09-29` (current date) | Because *IN_ARREAR* billing mode is specified, the system does not generate an invoice (yet).
695-
| https://killbill.github.io/slate/#usage-record-usage-for-a-subscription[Record a usage] of `400` with date `2021-10-01` | Again, invoice not generated since *IN_ARREAR* billing mode is specified
695+
| https://killbill.github.io/slate/usage.html#record-usage-for-a-subscription[Record a usage] of `400` with date `2021-10-01` | Again, invoice not generated since *IN_ARREAR* billing mode is specified
696696
|Trigger invoice dry run with target date `2021-10-29` |Invoice generated for `$630` for `2021-09-29` to `2021-10-29`. This is calculated as: `30 + (400 x 1.5) = 630` (Since `400` units are consumed, user is charged `$1.5` per liter as per the first tier)
697-
| https://killbill.github.io/slate/#usage-record-usage-for-a-subscription[Record a usage] of `1200` with date `2021-11-01`. Trigger invoice dry run with target date `2021-11-29` | Invoice generated for `$1930` for `2021-10-29` to `2021-11-29`. This is calculated as: `30 + (1000 x 1.5) + (200 X 2.0) = 1930` (Since `1200` units are consumed, the first `1000` units are charged at `$1.5` per liter as per the first tier and the next `200` units are charged at at `$2.0` per liter as per the second tier)
697+
| https://killbill.github.io/slate/usage.html#record-usage-for-a-subscription[Record a usage] of `1200` with date `2021-11-01`. Trigger invoice dry run with target date `2021-11-29` | Invoice generated for `$1930` for `2021-10-29` to `2021-11-29`. This is calculated as: `30 + (1000 x 1.5) + (200 X 2.0) = 1930` (Since `1200` units are consumed, the first `1000` units are charged at `$1.5` per liter as per the first tier and the next `200` units are charged at at `$2.0` per liter as per the second tier)
698698
|===
699699
700700
See https://docs.killbill.io/latest/consumable_in_arrear.html[_Consumable In Arrear Tutorial_] for additional information.

0 commit comments

Comments
 (0)