gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 43/54: confirmTransferUrl


From: gnunet
Subject: [taler-taler-ios] 43/54: confirmTransferUrl
Date: Fri, 30 Jun 2023 22:34:15 +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 fbc5f12cf922f731c9ed45fbda5bf31cd0fd4ab4
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Jun 30 17:31:23 2023 +0200

    confirmTransferUrl
---
 TalerWallet1/Views/WithdrawBankIntegrated/WithdrawAcceptDone.swift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawAcceptDone.swift 
b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawAcceptDone.swift
index cbc8cb8..039e28b 100644
--- a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawAcceptDone.swift
+++ b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawAcceptDone.swift
@@ -15,7 +15,6 @@ struct WithdrawAcceptDone: View {
 
     @EnvironmentObject private var model: WalletModel
 
-    @State private var confirmTransferUrl: String? = nil
     @State private var transactionId: String? = nil
 
     func reloadOneAction(_ transactionId: String) async throws -> Transaction {
@@ -47,7 +46,8 @@ struct WithdrawAcceptDone: View {
             do {
                 if let exchangeBaseUrl {
                     let result = try await 
model.sendAcceptIntWithdrawalM(exchangeBaseUrl, withdrawURL: url.absoluteString)
-                    confirmTransferUrl = result!.confirmTransferUrl
+                    let confirmTransferUrl = result!.confirmTransferUrl
+                    symLog.log(confirmTransferUrl)
                     transactionId = result!.transactionId
                 }
             } catch {    // TODO: error

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