diff --git a/src/Socket/business.ts b/src/Socket/business.ts index 696c5f6..c9dfdb1 100644 --- a/src/Socket/business.ts +++ b/src/Socket/business.ts @@ -270,6 +270,7 @@ export const makeBusinessSocket = (config: SocketConfig) => { return { ...sock, + logger: config.logger, getOrderDetails, getCatalog, getCollections, @@ -277,4 +278,4 @@ export const makeBusinessSocket = (config: SocketConfig) => { productDelete, productUpdate } -} \ No newline at end of file +}