Unverified Commit 94c7e802 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

adding logs

parent 369366fe
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -69,7 +69,7 @@ app.post("/payment/v2/generatelink", async (req, res) => {
//create payload
const date = new Date();
console.log("date - ", date);
let data = {
object: {
created_by: payload.created_by,
......@@ -90,7 +90,7 @@ app.post("/payment/v2/generatelink", async (req, res) => {
}
//insert into hasura
console.log("Request payload - ", data);
let config = {
method: "put",
maxBodyLength: Infinity,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment