Skip to content

Commit

Permalink
updated all places service
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Nov 18, 2024
1 parent a430496 commit 9094f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/postman/API_Test_TheQ_Booking.json
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@
"var mspId = 0;",
"var taxId = 0;",
"var mspText = \"Payment - MSP\";",
"var propTaxText = \"Other - PTAX\";",
"var propTaxText = \"Rural Payment/HOG - PTAX\";",
"",
"// Look for the MSP and Property Tax IDs.",
"allElements.forEach(function(element) {",
Expand Down Expand Up @@ -11147,7 +11147,7 @@
"var mspId = 0;",
"var taxId = 0;",
"var mspText = \"Payment - MSP\";",
"var propTaxText = \"Other - PTAX\";",
"var propTaxText = \"Rural Payment/HOG - PTAX\";",
"",
"// Look for the MSP and Property Tax IDs.",
"allElements.forEach(function(element) {",
Expand Down
4 changes: 2 additions & 2 deletions api/postman/API_Test_TheQ_Booking_with_QTxn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@
"var mspId = 0;",
"var taxId = 0;",
"var mspText = \"Payment - MSP\";",
"var propTaxText = \"Other - PTAX\";",
"var propTaxText = \"Rural Payment/HOG - PTAX\";",
"",
"// Look for the MSP and Property Tax IDs.",
"allElements.forEach(function(element) {",
Expand Down Expand Up @@ -10649,7 +10649,7 @@
"var mspId = 0;",
"var taxId = 0;",
"var mspText = \"Payment - MSP\";",
"var propTaxText = \"Other - Rural PTAX\";",
"var propTaxText = \"Rural Payment/HOG - PTAX\";",
"",
"// Look for the MSP and Property Tax IDs.",
"allElements.forEach(function(element) {",
Expand Down

0 comments on commit 9094f2b

Please sign in to comment.