From 1324cee14035b3c246638a11183788dc87ce44b7 Mon Sep 17 00:00:00 2001 From: Coder Himanshu <83962514+cnshu@users.noreply.github.com> Date: Sat, 9 Oct 2021 20:02:33 +0530 Subject: [PATCH] not listed library you are using ` var request = require('request')` in paykun/pament.js and this is not listed in your package.json it threw an error when requesting the post data on localhost. Please note that the request module has been depreceated. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 94ac74e..e27c329 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "ejs": "^2.7.1", "express": "^4.17.1", "locutus": "^2.0.11", - "pug": "^2.0.4" + "pug": "^2.0.4", + "request": "^2.88.2" } }