Missing CartService Changes

This commit is contained in:
Lorenz Hilpert
2021-01-25 14:47:35 +01:00
parent 37738fbdf3
commit 244e2d0570

View File

@@ -21,7 +21,7 @@ export class CartService {
throw new Error('Not Implemented');
}
canAddItem(processId: number, availability: OLAAvailabilityDTO): Promise<boolean> {
canAddItem(processId: number, availability: OLAAvailabilityDTO): Promise<true | string> {
throw new Error('Not Implemented');
}
}