summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-07-19 17:06:49 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-07-19 17:06:49 +0200
commit0f0447985c60da69d122b34fcd1f866f10a39371 (patch)
treef844d34ffcd44776703c74c0901f2fd62462b2a2 /core
parentf4fbc477ce4d122d4b4b4be961700e715d8b1fd7 (diff)
downloaddocs-0f0447985c60da69d122b34fcd1f866f10a39371.tar.gz
docs-0f0447985c60da69d122b34fcd1f866f10a39371.tar.bz2
docs-0f0447985c60da69d122b34fcd1f866f10a39371.zip
remove order_id taldir
Diffstat (limited to 'core')
-rw-r--r--core/api-taldir.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index 302d1d87..2e846254 100644
--- a/core/api-taldir.rst
+++ b/core/api-taldir.rst
@@ -155,8 +155,6 @@ Address registration
// For how long should the registration last/be extended.
duration: RelativeTime;
- // Order ID, if the client recently paid for this registration
- order_id?: string;
}
**Response**
@@ -171,12 +169,6 @@ Address registration
:http:statuscode:`402 Payment Required`
Client needs to make a Taler payment before proceeding. See
standard Taler payment procedure.
- :http:statuscode:`403 Forbidden`
- The specified ``order_id`` does not permit registration
- of this address. Possible reaons include the order
- being for a different registration, unpaid or
- malformed.
- This response comes with a standard `ErrorDetail` response.
:http:statuscode:`404 Not found`
The TalDir service does not support the specified method.
This response comes with a standard `ErrorDetail` response.