From 0f0447985c60da69d122b34fcd1f866f10a39371 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 19 Jul 2022 17:06:49 +0200 Subject: remove order_id taldir --- core/api-taldir.rst | 8 -------- 1 file changed, 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. -- cgit v1.2.3