taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 1e950ab35a9bcd5b2f8cc58128063f50e80d8fe0
parent a941f5673e3fcff7b657c2487472c48466224535
Author: Marc Stibane <marc@taler.net>
Date:   Mon, 10 Jun 2024 22:33:23 +0200

missing-tos

Diffstat:
MTalerWallet1/Model/Model+Withdraw.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/TalerWallet1/Model/Model+Withdraw.swift b/TalerWallet1/Model/Model+Withdraw.swift @@ -116,6 +116,7 @@ fileprivate struct GetWithdrawalDetailsForAmount: WalletBackendFormattedRequest } // MARK: - enum ExchangeTosStatus: String, Codable { + case missingTos = "missing-tos" case pending case proposed case accepted