commit 26016c8cc02139ee864e37b8e5ac0c511342a2c9 parent bc4e556a059be49fc83ed6d6efcebff1387663f2 Author: priscilla <priscilla.huang@efrei.net> Date: Tue, 15 Nov 2022 08:54:18 -0500 Update Diffstat:
| M | core/api-merchant.rst | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3031,7 +3031,8 @@ Adding templates // Minimum age buyer must have (in years). Default is 0. minimum_age: Integer; - // The time that indicates the duration of the created order before it is deleted + // The time that indicates the duration of the created order before it is deleted. + // It is deleted if the customer did not pay and if the duration is over. pay_duration: TimeLimit; } @@ -3174,7 +3175,7 @@ Removing template Dynamic template ---------------- +---------------- .. http:post:: [/instances/$INSTANCES]/templates/$TEMPLATE_ID