commit 3e505e41b36cdb6991c1077b347420950b5326de
parent d8e388a5f9dc73e509b68cfb01f5d0cd69cf7927
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 11 Jan 2025 13:39:18 +0100
FIX: also allow numbers, doh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -2567,7 +2567,7 @@ Creating orders
summary_i18n?: { [lang_tag: string]: string };
// Unique identifier for the order. Only characters
- // allowed are "A-Za-z" and ".:_-".
+ // allowed are "A-Za-z0-9" and ".:_-".
// Must be unique within a merchant instance.
// For merchants that do not store proposals in their DB
// before the customer paid for them, the ``order_id`` can be used