gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 43/69: currency == ISO 4217


From: gnunet
Subject: [taler-taler-ios] 43/69: currency == ISO 4217
Date: Fri, 19 Jan 2024 09:02:16 +0100

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 2d8ca75fc54c536092daf766d400af0a3400c3d3
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Jan 7 14:54:46 2024 +0100

    currency == ISO 4217
---
 TalerWallet1/Backend/WalletBackendRequest.swift | 4 ++--
 taler-swift/Sources/taler-swift/Amount.swift    | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Backend/WalletBackendRequest.swift 
b/TalerWallet1/Backend/WalletBackendRequest.swift
index 293269c..9a95db2 100644
--- a/TalerWallet1/Backend/WalletBackendRequest.swift
+++ b/TalerWallet1/Backend/WalletBackendRequest.swift
@@ -31,8 +31,8 @@ struct ScopeInfo: Codable, Hashable {
         case auditor
     }
     var type: ScopeInfoType
-    var url: String?    // only for "exchange"
-    var currency: String
+    var url: String?            // only for "exchange"
+    var currency: String        // 3-char ISO 4217 code for global currency. 
Regional MUST be >= 4 letters
 
     public static func == (lhs: ScopeInfo, rhs: ScopeInfo) -> Bool {
         if let lhsBaseURL = lhs.url {
diff --git a/taler-swift/Sources/taler-swift/Amount.swift 
b/taler-swift/Sources/taler-swift/Amount.swift
index 301f555..024201c 100644
--- a/taler-swift/Sources/taler-swift/Amount.swift
+++ b/taler-swift/Sources/taler-swift/Amount.swift
@@ -66,6 +66,7 @@ public final class Amount: Codable, Hashable, @unchecked 
Sendable, CustomStringC
 
     public static let decimalSeparator = "."
 
+    /// 3-char ISO 4217 code for global currency. Regional MUST be >= 4 letters
     /// The currency of the amount. Cannot be changed later, except...
     private var currency: 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]