FIX: Rejected missing
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user