Added log for reuse order.

This commit is contained in:
Maria Carmina 2023-04-10 23:06:27 +03:00
parent 228d4df8d7
commit d6df16b66e
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ describe('Simple Publish & consume test', async () => {
})
await sleep(3000)
const initialQueryResult = await initialResponse.json()
console.log('initial query result: ', initialQueryResult)
const initialProviderFeeJSON = JSON.parse(
initialQueryResult.data.order.providerFee
)