taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit de8b65b0f9b7e88bd42e1af25cf6e434c25b7791
parent 7bc5d970178114af353088b6c822d5d8fbcece6e
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 22 Mar 2024 15:01:05 -0300

fix missing optional mark

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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