fix: fetch order details on MD

This commit is contained in:
Adhiraj Singh
2022-03-14 19:49:41 +05:30
parent 85147e068e
commit 8a9de2f042

View File

@@ -120,19 +120,19 @@ export const makeBusinessSocket = (config: SocketConfig) => {
{ {
tag: 'width', tag: 'width',
attrs: { }, attrs: { },
content: Buffer.from([ 49, 48, 48 ]) content: Buffer.from('100')
}, },
{ {
tag: 'height', tag: 'height',
attrs: { }, attrs: { },
content: Buffer.from([ 49, 48, 48 ]) content: Buffer.from('100')
} }
] ]
}, },
{ {
tag: 'token', tag: 'token',
attrs: { }, attrs: { },
content: Buffer.from(tokenBase64, 'base64') content: Buffer.from(tokenBase64)
} }
] ]
} }