uat fixes
This commit is contained in:
@@ -22,14 +22,6 @@ const ApiResponse = (req, res) => {
|
||||
"846,040,000",
|
||||
"attributevalue": 846040000,
|
||||
},
|
||||
{
|
||||
"value": "Householder and Minor Commercial Appeals - HAS/CAS",
|
||||
"stringmapid": "585d46a7-9138-ec11-aacb-00224800be9c",
|
||||
"organizationid": "01191a4d-105f-eb11-aaba-00224800be9c",
|
||||
"attributevalue@OData.Community.Display.V1.FormattedValue":
|
||||
"846,040,004",
|
||||
"attributevalue": 846040004,
|
||||
},
|
||||
],
|
||||
});
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ ApiProxy.get(async (req, res) => {
|
||||
});
|
||||
|
||||
Object.assign(blobProgress, {
|
||||
"appealComplete": blobProgress.pinswg_name,
|
||||
"appealComplete": tempCaseRef,
|
||||
});
|
||||
|
||||
delete blobProgress["pinswg_name"];
|
||||
|
||||
@@ -198,7 +198,7 @@ export default async function handler(req, res) {
|
||||
await createAppealPDFBlob(
|
||||
renderedPDF,
|
||||
containerID,
|
||||
blobProgress.pinswg_name
|
||||
blobProgress.pinswg_name || blobProgress.caseObj.ticketnumber
|
||||
).then((data) => {
|
||||
console.log(
|
||||
"///////////////////////////////////\nfile created: " +
|
||||
|
||||
Reference in New Issue
Block a user