Mise à jour de 'Participation à un Bet'

master
Arthur VALIN 1 year ago
parent f7c8d5cde8
commit 509614d582

@ -23,13 +23,14 @@ participant ":Web Api" as Api
alt confirmAnswer
Crt -> App : confirmAnswer
App -> Api : confirmAnswer
Api -> Api : endBet
Api --> App : response
App -> Usr : displayResult
else
group when [Has been 1 week]
Api --> Api : refundUsers
Api --> Api : endBet
group when [Has been 1 week unconfirmed]
Api -> Api : refundUsers
Api -> Api : endBet
end
end
end

Loading…
Cancel
Save