Adjust roudning mode.

This commit is contained in:
Patrick Fic
2021-03-24 14:33:39 -07:00
parent 55120c0ab0
commit a49f4e4287
2 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ const GraphQLClient = require("graphql-request").GraphQLClient;
// Dinero.defaultCurrency = "USD";
// Dinero.globalLocale = "en-CA";
Dinero.globalRoundingMode = "HALF_UP";
Dinero.globalRoundingMode = "HALF_EVEN";
exports.totalsSsu = async function (req, res) {
const BearerToken = req.headers.authorization;