aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-13 22:43:31 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-13 22:43:31 +0200
commit8ce06eb205506d5913e44e8fdb75c41aa7f6b2c9 (patch)
tree2ecebb2ddc6c0cae3febc788178ae866adfa9ab7
parent2c1d49cddefd079798e9ba1ddcb8d08bfbab9dd9 (diff)
downloadanastasis-8ce06eb205506d5913e44e8fdb75c41aa7f6b2c9.tar.gz
anastasis-8ce06eb205506d5913e44e8fdb75c41aa7f6b2c9.zip
fix IBAN docs
-rw-r--r--doc/sphinx/rest.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst
index 7aa645d..a9f78a9 100644
--- a/doc/sphinx/rest.rst
+++ b/doc/sphinx/rest.rst
@@ -661,7 +661,12 @@ charge per truth operation using GNU Taler.
661 business_name: string; 661 business_name: string;
662 662
663 // What is the expected wire transfer subject? 663 // What is the expected wire transfer subject?
664 wire_transfer_subject: number; 664 wire_transfer_subject: string;
665
666 // What is the numeric code (also part of the
667 // wire transfer subject) to be hashed when
668 // solving the challenge?
669 answer_code: number;
665 670
666 // Hint about the origin account that must be used. 671 // Hint about the origin account that must be used.
667 debit_account_hint: string; 672 debit_account_hint: string;