gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 02/05: remove noncePriv


From: gnunet
Subject: [taler-taler-ios] 02/05: remove noncePriv
Date: Tue, 04 Jul 2023 17:06:14 +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 0fe13be4c2db4d2919b18f391e596ce5cbe56501
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Jul 4 16:24:37 2023 +0200

    remove noncePriv
---
 TalerWallet1/Model/Model+Payment.swift          | 2 --
 TalerWallet1/Views/Payment/PaymentURIView.swift | 1 -
 2 files changed, 3 deletions(-)

diff --git a/TalerWallet1/Model/Model+Payment.swift 
b/TalerWallet1/Model/Model+Payment.swift
index 940b126..93c6003 100644
--- a/TalerWallet1/Model/Model+Payment.swift
+++ b/TalerWallet1/Model/Model+Payment.swift
@@ -86,10 +86,8 @@ struct Extra: Codable {
 // MARK: -
 /// The result from PreparePayForUri
 struct PaymentDetailsForUri: Codable {
-//    let status: String
     let amountRaw: Amount
     let amountEffective: Amount
-    let noncePriv: String
     let proposalId: String
     let contractTerms: ContractTerms
     let contractTermsHash: String
diff --git a/TalerWallet1/Views/Payment/PaymentURIView.swift 
b/TalerWallet1/Views/Payment/PaymentURIView.swift
index 1bb19c2..ece1955 100644
--- a/TalerWallet1/Views/Payment/PaymentURIView.swift
+++ b/TalerWallet1/Views/Payment/PaymentURIView.swift
@@ -110,7 +110,6 @@ struct PaymentURIView_Previews: PreviewProvider {
         let details = PaymentDetailsForUri(
             amountRaw: try! Amount(fromString: LONGCURRENCY + ":2.2"),
             amountEffective: try! Amount(fromString: LONGCURRENCY + ":2.4"),
-            noncePriv: "noncePriv",
             proposalId: "proposalId",
             contractTerms: terms,
             contractTermsHash: "termsHash"

-- 
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]