From 6034122a279e7103fc2f800a9b33b60f7a2adaaf Mon Sep 17 00:00:00 2001 From: Rajandeep Date: Mon, 18 Nov 2024 10:09:16 -0800 Subject: [PATCH] service updated --- api/postman/Load_Test_Booking.json | 2 +- api/postman/Load_Test_TheQ.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/postman/Load_Test_Booking.json b/api/postman/Load_Test_Booking.json index 4fee3a530..17c763f07 100644 --- a/api/postman/Load_Test_Booking.json +++ b/api/postman/Load_Test_Booking.json @@ -792,7 +792,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) {", diff --git a/api/postman/Load_Test_TheQ.json b/api/postman/Load_Test_TheQ.json index 34d0723e6..edf6406af 100644 --- a/api/postman/Load_Test_TheQ.json +++ b/api/postman/Load_Test_TheQ.json @@ -1284,7 +1284,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) {",