|
|
|
@ -47,6 +47,8 @@ extension TeamRegistration { |
|
|
|
player.ligueName = oldPlayer.ligueName |
|
|
|
player.ligueName = oldPlayer.ligueName |
|
|
|
player.registrationStatus = oldPlayer.registrationStatus |
|
|
|
player.registrationStatus = oldPlayer.registrationStatus |
|
|
|
player.timeToConfirm = oldPlayer.timeToConfirm |
|
|
|
player.timeToConfirm = oldPlayer.timeToConfirm |
|
|
|
|
|
|
|
player.sex = oldPlayer.sex |
|
|
|
|
|
|
|
player.paymentType = oldPlayer.paymentType |
|
|
|
player.paymentId = oldPlayer.paymentId |
|
|
|
player.paymentId = oldPlayer.paymentId |
|
|
|
player.clubMember = oldPlayer.clubMember |
|
|
|
player.clubMember = oldPlayer.clubMember |
|
|
|
} |
|
|
|
} |
|
|
|
|