Skip to content

Commit

Permalink
logging enable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Nov 18, 2024
1 parent 37cf00c commit b126ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/postman/API_Test_TheQ_Booking.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"console.log(\" --> max_response_time: \" + pm.globals.get(\"max_response_time\"));",
"console.log(\" --> public_url: \" + pm.globals.get(\"public_url\"));",
"console.log(\" --> public_user_id: \" + pm.globals.get(\"public_user_id\"));",
"console.log(\"==> picking up from updated json.......:\")",
""
],
"type": "text/javascript"
Expand Down Expand Up @@ -1526,7 +1527,7 @@
"var propTaxText = \"Rural Payment/HOG - PTAX\";",
"",
"// Look for the MSP and Property Tax IDs.",
"allElements.forEach(function(element) {",
"alValidate CSR SchemalElements.forEach(function(element) {",
" if (element.service_name === mspText) {",
" mspId = element.service_id;",
" }",
Expand Down

0 comments on commit b126ce5

Please sign in to comment.