commit d0fbcbce0447de539fe6d947c948e3e5ebf124fa parent 44ca01614b389c6481f902dec622d189a58fd868 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 23 Sep 2025 16:17:56 +0200 fix #10432 Diffstat:
| M | core/api-merchant.rst | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -223,7 +223,14 @@ such as the implemented version of the protocol and the currency used. // Set when the merchant supports // self-provisioning instances. // Since protocol **v21** - have_self_provisioning?: boolean; + have_self_provisioning: boolean; + + // True if this merchant backend supports the Donau + // extension and can thus issue donation receipts. + // Should primarily be used to control the SPA's CRUD + // functionality for Donau. + // Since protocol **v21** + have_donau: boolean; // Tan channels that are required // to be confirmed for an instance to