From de8b65b0f9b7e88bd42e1af25cf6e434c25b7791 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 22 Mar 2024 15:01:05 -0300 Subject: fix missing optional mark --- core/api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 6da09f05..ac8e612e 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1961,7 +1961,7 @@ Creating orders // be used in case different UUIDs were used for different // products (i.e. in case the user started with multiple // shopping sessions that were combined during checkout). - lock_uuids: string[]; + lock_uuids?: string[]; // Should a token for claiming the order be generated? // False can make sense if the ORDER_ID is sufficiently -- cgit v1.2.3