fixes for rounding

This commit is contained in:
Arjun Patel
2019-03-15 21:41:54 -07:00
parent 1568a99457
commit 49427ee8f7
3 changed files with 11 additions and 12 deletions
-4
View File
@@ -36,10 +36,6 @@ exports.paymentReceipt = async ({ organizations, total_amount, receiver }) => {
}
};
const sentRes = await sgMail.send(msg);
return res.status(200).json({
message: 'Email sent'
});
} catch (error) {
throw error;
}