Project-Yicem / Yicem-backend

Backend application of Yicem
0 stars 0 forks source link

MarkSold update #27

Closed egecenberci closed 5 months ago

egecenberci commented 5 months ago

Added the reservationID argument to markSold method. Now the method validates the given reservationID exists and is in the offer's reservation list, then marks that reservation sold and creates a transaction object to be stored in the pas transaction list accordingly.