@pisell/pisellos 0.0.429 → 0.0.430

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.
@@ -16,7 +16,7 @@ export var formatWalletPassList2PreparePayments = function formatWalletPassList2
16
16
  voucher_id: item.id || 0,
17
17
  amount: Number(item.edit_current_amount || getAvailableMaxAmount(item)) || 0,
18
18
  tag: item.tag || '',
19
- wallet_pass_use_value: item.wallet_pass_use_value,
19
+ wallet_pass_use_value: item.recommended_usage_par_value,
20
20
  wallet_pass_usage_unit: item.wallet_pass_usage_unit
21
21
  };
22
22
  });
@@ -36,7 +36,7 @@ var formatWalletPassList2PreparePayments = (list) => {
36
36
  voucher_id: item.id || 0,
37
37
  amount: Number(item.edit_current_amount || getAvailableMaxAmount(item)) || 0,
38
38
  tag: item.tag || "",
39
- wallet_pass_use_value: item.wallet_pass_use_value,
39
+ wallet_pass_use_value: item.recommended_usage_par_value,
40
40
  wallet_pass_usage_unit: item.wallet_pass_usage_unit
41
41
  };
42
42
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.429",
4
+ "version": "0.0.430",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",