log bvn check
This commit is contained in:
@@ -39,7 +39,7 @@ export const fetch = async (req, res)=>{
|
|||||||
config
|
config
|
||||||
)
|
)
|
||||||
.then( async ( response ) => {
|
.then( async ( response ) => {
|
||||||
//console.log(response.data.data);
|
console.log('BVN CHECK BVN --> ',response);
|
||||||
//console.log("===============================================");
|
//console.log("===============================================");
|
||||||
const bvnData = new Bvn(response.data.data);
|
const bvnData = new Bvn(response.data.data);
|
||||||
const saveBvn = await bvnData.save();
|
const saveBvn = await bvnData.save();
|
||||||
|
|||||||
Reference in New Issue
Block a user