From 7c74762b796e4de7cc51306800ea36f51c9cab94 Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Tue, 17 Jun 2025 08:59:41 +0200 Subject: [PATCH] v1.2.38 remove date remove plannedStartDate --- PadelClubData/Data/Match.swift | 2 +- PadelClubData/Data/PlayerPaymentType.swift | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PadelClubData/Data/Match.swift b/PadelClubData/Data/Match.swift index da11675..9e2985c 100644 --- a/PadelClubData/Data/Match.swift +++ b/PadelClubData/Data/Match.swift @@ -194,7 +194,7 @@ defer { } public func cleanScheduleAndSave(_ targetStartDate: Date? = nil) { - startDate = targetStartDate ?? startDate + startDate = targetStartDate confirmed = false endDate = nil followingMatch()?.cleanScheduleAndSave(nil) diff --git a/PadelClubData/Data/PlayerPaymentType.swift b/PadelClubData/Data/PlayerPaymentType.swift index 298213f..f3c2d8e 100644 --- a/PadelClubData/Data/PlayerPaymentType.swift +++ b/PadelClubData/Data/PlayerPaymentType.swift @@ -35,9 +35,9 @@ public enum PlayerPaymentType: Int, CaseIterable, Identifiable, Codable { case .cash: return "Cash" case .lydia: - return "Lydia" + return "SumUp" case .paylib: - return "Paylib" + return "Wero" case .bankTransfer: return "Virement" case .clubHouse: