commit 3302c534c2a65b047dfc662f0eca113cf3ec2fc6 parent 1557e7a3547cfa04b111c40ce0feef9581121635 Author: Florian Dold <dold@taler.net> Date: Tue, 25 Aug 2026 23:10:08 +0200 merchant protocol: document per-order wired status Diffstat:
| M | core/merchant/get-private-orders.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/merchant/get-private-orders.rst b/core/merchant/get-private-orders.rst @@ -106,4 +106,9 @@ // Whether the order has been paid or not. paid: boolean; + + // Whether the exchange reports that it wired the order's funds. + // This does not confirm that the merchant's bank received the transfer. + // Since protocol **v38**. + wired: boolean; }