diff --git a/PadelClub/Extensions/TeamRegistration+Extensions.swift b/PadelClub/Extensions/TeamRegistration+Extensions.swift index 2a80c2a..c3c2140 100644 --- a/PadelClub/Extensions/TeamRegistration+Extensions.swift +++ b/PadelClub/Extensions/TeamRegistration+Extensions.swift @@ -47,6 +47,8 @@ extension TeamRegistration { player.ligueName = oldPlayer.ligueName player.registrationStatus = oldPlayer.registrationStatus player.timeToConfirm = oldPlayer.timeToConfirm + player.sex = oldPlayer.sex + player.paymentType = oldPlayer.paymentType player.paymentId = oldPlayer.paymentId player.clubMember = oldPlayer.clubMember }