log bvn check

This commit is contained in:
CHIEFSOFT\ameye
2024-09-10 08:09:47 -04:00
parent 9b3efe70de
commit 37b818eb65
+1 -1
View File
@@ -39,7 +39,7 @@ export const fetch = async (req, res)=>{
config
)
.then( async ( response ) => {
//console.log(response.data.data);
console.log('BVN CHECK BVN --> ',response);
//console.log("===============================================");
const bvnData = new Bvn(response.data.data);
const saveBvn = await bvnData.save();