|
@@ -90,8 +90,8 @@ module.exports = {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
transactions.push(newTransaction);
|
|
transactions.push(newTransaction);
|
|
|
|
|
+ merchant.lastUpdatedTime = Date.now();
|
|
|
}
|
|
}
|
|
|
- merchant.lastUpdatedTime = Date.now();
|
|
|
|
|
|
|
|
|
|
merchant.save()
|
|
merchant.save()
|
|
|
.then((updatedMerchant)=>{
|
|
.then((updatedMerchant)=>{
|