summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-09 17:03:38 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-09 17:04:49 +0200
commit300d7a4c05b4f102fb3b24d3839e6181c185c0a4 (patch)
treed5813efc8c0708b3b3f4ad5128e4f6e71998dd18 /core
parent805e04f76b708444ab9e11f7c5b5b8ef9d06efa3 (diff)
downloaddocs-300d7a4c05b4f102fb3b24d3839e6181c185c0a4.tar.gz
docs-300d7a4c05b4f102fb3b24d3839e6181c185c0a4.tar.bz2
docs-300d7a4c05b4f102fb3b24d3839e6181c185c0a4.zip
specify what protocol is being versioned for merchant
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index b19b31b4..346217e3 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -59,6 +59,9 @@ Getting the configuration
// The format is "current:revision:age".
version: string;
+ // Name of the protocol.
+ name: "taler-merchant";
+
// Currency supported by this backend.
currency: string;