@@ -158,6 +158,7 @@ module.exports = {
});
}
+ console.log("returning merchant");
return Promise.all([merchant.save()].concat(promiseArray));
})
.then((response)=>{
@@ -145,7 +145,6 @@ module.exports = {
.catch((err)=>{
- console.log(err);
banner.createError("UNABLE TO DISPLAY THE TRANSACTIONS");
.finally(()=>{