From d5e2aea7666d834f7a5f68aa47d8799d28c3f5e1 Mon Sep 17 00:00:00 2001 From: luelista Date: Mon, 7 Apr 2025 11:07:37 +0200 Subject: [PATCH] Add note to docs --- doc/api/resources/orders.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index feffd3def5..df5e00e6d8 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -1948,6 +1948,9 @@ Manipulating individual positions Changing parameters such as ``item`` or ``price`` will **not** automatically trigger creation of a new invoice, you need to take care of that yourself. + Changing ``secret`` does not cause a new PDF ticket to be sent to the customer, nor does it cause the old secret + to be added to the revocation list, even if your ticket generator uses one. + **Example request**: .. sourcecode:: http