commit 8b2cfb109163dfddf41f92f4601054d01b25416c parent e46e4342d4e20a4e0ea1e79acb095ced04885639 Author: Marc Stibane <marc@taler.net> Date: Tue, 19 Sep 2023 03:42:29 +0200 !!! Temporarily add back old cases to ExchangeTosStatus to be able to run with older wallet-core version !!! Diffstat:
| M | TalerWallet1/Model/Model+Withdraw.swift | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/TalerWallet1/Model/Model+Withdraw.swift b/TalerWallet1/Model/Model+Withdraw.swift @@ -67,9 +67,14 @@ fileprivate struct GetWithdrawalDetailsForAmount: WalletBackendFormattedRequest } // MARK: - enum ExchangeTosStatus: String, Codable { + case new = "new" + case accepted = "accepted" + case changed = "changed" + case notFound = "not-found" + case unknown = "unknown" case pending case proposed - case accepted +// case accepted } struct ExchangeTermsOfService: Decodable { var currentEtag: String