Update to part price change for CCC.
This commit is contained in:
@@ -40,6 +40,6 @@ exports.generatePpc = async (req, res) => {
|
||||
|
||||
res.json(ReturnVal);
|
||||
} catch (error) {
|
||||
res.status(400).Send(JSON.stringify(error));
|
||||
res.status(400).json(error);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user