taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 60d01146b4977933feb2a53257c4f1f75cc626ba
parent 5cfb497eacc02a732aa289a4de5352e9c3f79794
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 31 Jul 2026 13:58:16 +0200

resolve FIXMEs

Diffstat:
Mcore/merchant/get-orders-ORDER_ID.rst | 1-
Mcore/merchant/get-private-orders-ORDER_ID.rst | 7-------
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/core/merchant/get-orders-ORDER_ID.rst b/core/merchant/get-orders-ORDER_ID.rst @@ -93,7 +93,6 @@ .. ts:def:: StatusPaidResponse interface StatusPaidResponse { - // FIXME: since when? // URL for the user to be redirected to if available. fulfillment_url?: string; diff --git a/core/merchant/get-private-orders-ORDER_ID.rst b/core/merchant/get-private-orders-ORDER_ID.rst @@ -108,13 +108,6 @@ // available, otherwise empty array. wire_details: TransactionWireTransfer[]; - // Groups about trouble obtaining wire transfer details, - // empty array if no trouble were encountered. - // @deprecated in protocol **v6**. - // FIXME-REMOVED-ALREADY: the merchant backend no longer emits this - // field; it is deprecated here but already gone from the code. - wire_groups: TransactionWireReport[]; - // The refund details for this order. One entry per // refunded coin; empty array if there are no refunds. refund_details: RefundDetails[];