@riocrypto/common-server 1.0.1223 → 1.0.1224

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -100,6 +100,7 @@ const getPlatformFees = (mongoose, conversionRateToUSD, amountFiat, fiat, proces
100
100
  console.log("treywey");
101
101
  console.log(country);
102
102
  console.log(side);
103
+ console.log(volume);
103
104
  for (const range of user.platformFeeRanges[country][side]) {
104
105
  console.log(range);
105
106
  if (range.min <= Number(volume) && range.max >= Number(volume)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1223",
3
+ "version": "1.0.1224",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",