Prevent changing ticket secret of gift-card-issuing order positions (#6281)

This commit is contained in:
luelista
2026-07-16 12:41:27 +02:00
committed by GitHub
parent ebc31c901a
commit fe5d095ae7
5 changed files with 30 additions and 3 deletions
+6
View File
@@ -864,6 +864,9 @@ Generating new secrets
Triggers generation of new ``secret`` and ``web_secret`` attributes for both the order and all order positions.
Ticket secrets of order positions that have been used to issue a gift card can not
be changed. Only the link (``web_secret``) will be changed in this case.
**Example request**:
.. sourcecode:: http
@@ -895,6 +898,9 @@ Generating new secrets
Triggers generation of a new ``secret`` and ``web_secret`` attribute for a single order position.
Ticket secrets of order positions that have been used to issue a gift card can not
be changed. Only the link (``web_secret``) will be changed in this case.
**Example request**:
.. sourcecode:: http