taler-docs

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

commit d1c56802deb9a111388e6c31e0d1e9e48b32efca
parent a5396bcd3ef97dae949e8f56609799a79c6f17e2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 29 Dec 2024 16:49:23 +0100

deprecate contribution field -- is unnecessary

Diffstat:
Mcore/api-merchant.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -120,7 +120,7 @@ such as the implemented version of the protocol and the currency used. .. http:get:: /config Return the protocol version and currency supported by this merchant backend. - This specification corresponds to ``current`` protocol being version **v17**. + This specification corresponds to ``current`` protocol being version **v18**. **Response:** @@ -811,6 +811,7 @@ are for incomplete payments for an order and never for established contracts. coin_pub: EddsaPublicKey; // The amount to be refunded (matches the original contribution) + // @Deprecated since **v18**. contribution: Amount; // URL of the exchange this coin was withdrawn from.