[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 18/32: cleanup
From: |
gnunet |
Subject: |
[taler-taler-ios] 18/32: cleanup |
Date: |
Sun, 14 Jul 2024 00:19:27 +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 ce6d205076c0e832f35ca4d0c84424d26bbeac04
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Jul 12 23:41:20 2024 +0200
cleanup
---
TalerWallet1/Views/Peer2peer/P2PReadyV.swift | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
b/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
index d2bf281..ea0d163 100644
--- a/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
+++ b/TalerWallet1/Views/Peer2peer/P2PReadyV.swift
@@ -78,19 +78,16 @@ struct P2PReadyV: View {
let timestamp = developerMode ? Timestamp.inSomeMinutes(expireDays
> 20 ? (24*60)
: expireDays
> 5 ? 60 : 3)
: Timestamp.inSomeDays(expireDays)
+ let terms = PeerContractTerms(amount: amountToTransfer,
+ summary: summary,
+ purse_expiration: timestamp)
if amountToSend {
- let terms = PeerContractTerms(amount: amountToTransfer,
- summary: summary,
- purse_expiration: timestamp)
// TODO: let user choose baseURL
if let response = try? await model.initiatePeerPushDebitM(nil,
terms: terms) {
// will switch from WithdrawProgressView to
TransactionSummaryV
transactionId = response.transactionId
}
} else {
- let terms = PeerContractTerms(amount: amountToTransfer,
- summary: summary,
- purse_expiration: timestamp)
// TODO: let user choose baseURL
if let response = try? await
model.initiatePeerPullCreditM(nil, terms: terms) {
// will switch from WithdrawProgressView to
TransactionSummaryV
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] branch master updated (0877055 -> 49c8f03), gnunet, 2024/07/13
- [taler-taler-ios] 06/32: Confirm->Authorize, gnunet, 2024/07/13
- [taler-taler-ios] 01/32: nbs, gnunet, 2024/07/13
- [taler-taler-ios] 04/32: useISO, gnunet, 2024/07/13
- [taler-taler-ios] 02/32: fix string replace, gnunet, 2024/07/13
- [taler-taler-ios] 07/32: wireFee, gnunet, 2024/07/13
- [taler-taler-ios] 08/32: new withdrawal procedure (amountIsEditable), gnunet, 2024/07/13
- [taler-taler-ios] 03/32: iso instead of symbol, fix formatting of currency strings, gnunet, 2024/07/13
- [taler-taler-ios] 05/32: move QR scanner into MainView, gnunet, 2024/07/13
- [taler-taler-ios] 15/32: minimalistic: no currency name, gnunet, 2024/07/13
- [taler-taler-ios] 18/32: cleanup,
gnunet <=
- [taler-taler-ios] 28/32: Icons in transactions, gnunet, 2024/07/13
- [taler-taler-ios] 30/32: IconBadge improvements, gnunet, 2024/07/13
- [taler-taler-ios] 31/32: Fix layout of tx list, gnunet, 2024/07/13
- [taler-taler-ios] 20/32: qrCodesForPayto WIP, gnunet, 2024/07/13
- [taler-taler-ios] 26/32: TwoRowButtons with icons, gnunet, 2024/07/13
- [taler-taler-ios] 25/32: Error+debugDescription, gnunet, 2024/07/13
- [taler-taler-ios] 27/32: Authorize instead of confirm, gnunet, 2024/07/13
- [taler-taler-ios] 09/32: remove QR from Overview, gnunet, 2024/07/13
- [taler-taler-ios] 17/32: showUpDown if 25 entries, gnunet, 2024/07/13
- [taler-taler-ios] 13/32: comment out payto scheme, gnunet, 2024/07/13