@xuda.io/account_module 1.2.98 → 1.2.99

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.
Files changed (2) hide show
  1. package/index.js +1 -7
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1506,7 +1506,7 @@ const get_prices = function (uid, item) {
1506
1506
  break;
1507
1507
 
1508
1508
  case "drive_ocr":
1509
- price = _conf.PRICE_OBJ.drive_ocr_per_month;
1509
+ price = _conf.PRICE_OBJ.drive_addons.ocr.price;
1510
1510
  break;
1511
1511
 
1512
1512
  case "auto_backup":
@@ -1537,12 +1537,6 @@ const get_prices = function (uid, item) {
1537
1537
  price = _conf.PRICE_OBJ.utility_screen_per_month;
1538
1538
  break;
1539
1539
 
1540
- case "update_drive_addons_user":
1541
- case "update_drive_addons_studio":
1542
- case "update_drive_addons_workspace":
1543
- price = _conf.PRICE_OBJ.utility_screen_per_month;
1544
- break;
1545
-
1546
1540
  default:
1547
1541
  price = 0;
1548
1542
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.98",
3
+ "version": "1.2.99",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {