taler-docs

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

commit 6d6ffba1d17b738b8e8c6a62e7692e68ce43fab8
parent 2699a4127224277819544cd74a588a1c90453d33
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Feb 2026 23:42:43 +0100

kill wire_fee in spec, it is uncertain, and super-complex to get with the current schema, and just not worth it

Diffstat:
Mcore/api-merchant.rst | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4741,12 +4741,6 @@ Inspecting orders // Since **v25**. deposit_fee: Amount; - // Wire fee anticipated by the merchant. Note - // that it might not be charged at all if the - // order is aggregated with another order. - // Since **v25**. - wire_fee: Amount; - // Was this transfer confirmed by the merchant via the // POST /transfers API, or is it merely claimed by the exchange? confirmed: boolean;