diff --git a/controller/verifyController.js b/controller/verifyController.js index a8496a8..0590094 100644 --- a/controller/verifyController.js +++ b/controller/verifyController.js @@ -25,11 +25,15 @@ export const fetch = async (req, res)=>{ } }; - const bodyParameters = { + // const bodyParameters = { + // "firstname":"John", + // "lastname":"Doe", + // "dob":"04-04-1944" + // }; + + const bodyParameters = { "firstname":"John", - "lastname":"Doe", - "dob":"04-04-1944" - }; + }; //22349419550 real live userBNV //10000000001 test // `${process.env.VERIFY_ME_ENDPOINT}/10000000001`,