taler-ios

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

commit 2af265c45f16e8d5274a42f1c7d4c6af9749d7c4
parent 5ad132cc149478548182c4e7d59111a21de75ed3
Author: Iván Ávalos <avalos@disroot.org>
Date:   Mon, 15 Jul 2024 22:11:39 -0600

Fix error when paying PoS orders

Diffstat:
MTalerWallet1/Model/Model+Payment.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Model/Model+Payment.swift b/TalerWallet1/Model/Model+Payment.swift @@ -22,7 +22,7 @@ struct MerchantContractTerms: Codable { // let autoRefund: String? // TODO: TalerProtocolDuration let wireMethod: String // merchant wants to use let summary: String // Human-readable short summary of the contract - let summaryI18n: String? // " localized " + let summaryI18n: [String:String]? // " localized " let nonce: String // used to ensure freshness let amount: Amount // Total amount payable let payDeadline: Timestamp // Deadline to pay for the contract