FIX: Rejected missing

This commit is contained in:
Juan Pablo Vial
2025-09-11 16:58:35 -03:00
parent 5a60e79e47
commit 5e9f1240e7
2 changed files with 22 additions and 2 deletions

View File

@ -222,6 +222,12 @@ class Reservation extends Ideal\Service\API
throw new ServiceAction\Update(__CLASS__, $exception);
}
}
/**
* @param Model\Venta\Reservation $reservation
* @return void
* @throws ServiceAction\Update
*/
public function reject(Model\Venta\Reservation $reservation): void
{
try {