taler-ios

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

commit 0fe13be4c2db4d2919b18f391e596ce5cbe56501
parent ae3640df8afe20e393a0615c1f21203c9da5ce06
Author: Marc Stibane <marc@taler.net>
Date:   Tue,  4 Jul 2023 16:24:37 +0200

remove noncePriv

Diffstat:
MTalerWallet1/Model/Model+Payment.swift | 2--
MTalerWallet1/Views/Payment/PaymentURIView.swift | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git 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 @@ -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"