remove date remove plannedStartDate
newoffer2025
Razmig Sarkissian 5 months ago
parent 6f2118b10d
commit 7c74762b79
  1. 2
      PadelClubData/Data/Match.swift
  2. 4
      PadelClubData/Data/PlayerPaymentType.swift

@ -194,7 +194,7 @@ defer {
}
public func cleanScheduleAndSave(_ targetStartDate: Date? = nil) {
startDate = targetStartDate ?? startDate
startDate = targetStartDate
confirmed = false
endDate = nil
followingMatch()?.cleanScheduleAndSave(nil)

@ -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:

Loading…
Cancel
Save