gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 28/28: !!! Temporarily add back old cases to ExchangeT


From: gnunet
Subject: [taler-taler-ios] 28/28: !!! Temporarily add back old cases to ExchangeTosStatus to be able to run with older wallet-core version !!!
Date: Tue, 19 Sep 2023 03:44:47 +0200

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 8b2cfb109163dfddf41f92f4601054d01b25416c
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Sep 19 03:42:29 2023 +0200

    !!! Temporarily add back old cases to ExchangeTosStatus to be able to run 
with older wallet-core version !!!
---
 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
index bff4394..7b8124c 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]