diff --git a/PadelClub/Data/TeamRegistration.swift b/PadelClub/Data/TeamRegistration.swift index f937a52..75f28d3 100644 --- a/PadelClub/Data/TeamRegistration.swift +++ b/PadelClub/Data/TeamRegistration.swift @@ -505,6 +505,10 @@ final class TeamRegistration: BaseTeamRegistration, SideStorable { player.licenceId?.strippedLicense != nil { player.registeredOnline = oldPlayer.registeredOnline + player.paymentType = oldPlayer.paymentType + player.paymentId = oldPlayer.paymentId + player.registrationStatus = oldPlayer.registrationStatus + player.timeToConfirm = oldPlayer.timeToConfirm player.coach = oldPlayer.coach player.tournamentPlayed = oldPlayer.tournamentPlayed player.points = oldPlayer.points