feat: implement fetching product catalog + order details on MD
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { DEFAULT_CONNECTION_CONFIG } from '../Defaults'
|
||||
import { SocketConfig } from '../Types'
|
||||
import { makeMessagesRecvSocket as _makeSocket } from './messages-recv'
|
||||
import { makeBusinessSocket as _makeSocket } from './business'
|
||||
|
||||
// export the last socket layer
|
||||
const makeWASocket = (config: Partial<SocketConfig>) => (
|
||||
|
||||
Reference in New Issue
Block a user