commit 58fc6f1ec95658287194b7569b9759fdf487fafb
parent 724f2d7ae8858ee81efe14eb04a36a59ec44de2b
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 13 Dec 2024 22:32:27 +0100
fix section underlines
Diffstat:
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/taler-user-guide.rst b/taler-user-guide.rst
@@ -304,7 +304,7 @@ the templates will be expanded with event-specific data.
Order pay events
-----------
+----------------
For "pay" events, the backend will provide the following
information to the Mustache templating engine:
@@ -314,7 +314,7 @@ information to the Mustache templating engine:
Order refund events
--------------
+-------------------
For "refund" events, the backend will provide the following information to the
Mustache templating engine:
@@ -329,7 +329,7 @@ Mustache templating engine:
Order settled events
--------------
+--------------------
For "order_settled" events, the backend will provide the following information to the
Mustache templating engine:
@@ -338,7 +338,7 @@ Mustache templating engine:
Category added events
--------------
+---------------------
For "category_added" events, the backend will provide the following information to the
Mustache templating engine:
@@ -350,7 +350,7 @@ Mustache templating engine:
Category updated events
--------------
+-----------------------
For "category_updated" events, the backend will provide the following information to the
Mustache templating engine:
@@ -364,7 +364,7 @@ Mustache templating engine:
Category deleted events
--------------
+-----------------------
For "category_deleted" events, the backend will provide the following information to the
Mustache templating engine:
@@ -375,7 +375,7 @@ Mustache templating engine:
Inventory added events
--------------
+----------------------
For "inventory_added" events, the backend will provide the following information to the
Mustache templating engine:
@@ -397,7 +397,7 @@ Mustache templating engine:
* minimum_age: The minimum age for buying the newly added product.
Inventory updated events
--------------
+------------------------
For "inventory_updated" events, the backend will provide the following information to the
Mustache templating engine:
@@ -432,7 +432,7 @@ Mustache templating engine:
Inventory deleted events
--------------
+------------------------
For "inventory_deleted" events, the backend will provide the following information to the
Mustache templating engine:
@@ -452,7 +452,3 @@ Mustache templating engine:
* address: The address of the deleted product.
* next_restock: The next restock of the deleted product.
* minimum_age: The minimum age for buying the deleted product.
-
-
-
-