gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] branch master updated: Fix decoding in latest wallet-c


From: gnunet
Subject: [taler-taler-ios] branch master updated: Fix decoding in latest wallet-core (v0.9.4a)
Date: Fri, 08 Mar 2024 17:45:09 +0100

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

ivan-avalos pushed a commit to branch master
in repository taler-ios.

The following commit(s) were added to refs/heads/master by this push:
     new 1ae02f3  Fix decoding in latest wallet-core (v0.9.4a)
1ae02f3 is described below

commit 1ae02f3ae0d556e9a1481c2f88149d753641ef24
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Fri Mar 8 10:44:37 2024 -0600

    Fix decoding in latest wallet-core (v0.9.4a)
---
 TalerWallet1/Model/Model+Payment.swift | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Model/Model+Payment.swift 
b/TalerWallet1/Model/Model+Payment.swift
index 970ee7b..f4f1204 100644
--- a/TalerWallet1/Model/Model+Payment.swift
+++ b/TalerWallet1/Model/Model+Payment.swift
@@ -119,9 +119,19 @@ struct PayMerchantInsufficientBalanceDetails: Codable {
     let balanceAvailable: Amount
     let balanceMaterial: Amount
     let balanceAgeAcceptable: Amount
-    let balanceMerchantAcceptable: Amount
-    let balanceMerchantDepositable: Amount
-    let feeGapEstimate: Amount
+    let balanceReceiverAcceptable: Amount
+    let balanceReceiverDepositable: Amount
+    let perExchange: [String:ExchangeFeeGapEstimate]
+}
+
+struct ExchangeFeeGapEstimate: Codable {
+    let balanceAvailable: Amount
+    let balanceMaterial: Amount
+    let balanceExchangeDepositable: Amount
+    let balanceAgeAcceptable: Amount
+    let balanceReceiverAcceptable: Amount
+    let balanceReceiverDepositable: Amount
+    let maxEffectiveSpendAmount: Amount
 }
 
 /// The result from PreparePayForUri

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