[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: FIX: also allow numbers, doh
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: FIX: also allow numbers, doh |
Date: |
Sat, 11 Jan 2025 13:39:25 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 3e505e41 FIX: also allow numbers, doh
3e505e41 is described below
commit 3e505e41b36cdb6991c1077b347420950b5326de
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 11 13:39:18 2025 +0100
FIX: also allow numbers, doh
---
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 336e8cff..66e73b54 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: FIX: also allow numbers, doh,
gnunet <=