commit 0e6d630f6590d409a7c6008c3938a31e9236c6fa parent 2abf16b0eef288bcd4cd6d0e1b51b19361fc7869 Author: Marc Stibane <marc@taler.net> Date: Thu, 20 Aug 2026 18:42:11 +0200 AI: comments Diffstat:
| M | TalerWallet1/Model/Model+Refund.swift | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Model/Model+Refund.swift b/TalerWallet1/Model/Model+Refund.swift @@ -1,5 +1,5 @@ /* - * This file is part of GNU Taler, ©2022-25 Taler Systems S.A. + * This file is part of GNU Taler, ©2022-26 Taler Systems S.A. * See LICENSE.md */ /** @@ -36,7 +36,8 @@ struct StartRefundQueryRequest: WalletBackendFormattedRequest { var transactionId: String } - /// no error means the refunds was successful + /// No error means the background refund query was started + /// the actual outcome arrives later via notification struct Response: Decodable {} } // MARK: -