feat: Enhance customer and inventory components with new features and improvements
This commit is contained in:
@@ -6,6 +6,7 @@ import { POS_API_ROUTES } from '../constants';
|
||||
import {
|
||||
IPosInfoRawResponse,
|
||||
IPosInfoResponse,
|
||||
IPosOrderRequest,
|
||||
IPosProductCategoriesRawResponse,
|
||||
IPosProductCategoriesResponse,
|
||||
IPosStockRawResponse,
|
||||
@@ -31,4 +32,8 @@ export class PosService {
|
||||
this.apiRoutes.productCategories(),
|
||||
);
|
||||
}
|
||||
|
||||
submitOrder(payload: IPosOrderRequest): Observable<any> {
|
||||
return this.http.post<any>(this.apiRoutes.submitOrder(), payload);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user