@xuda.io/account_module 1.2.118 → 1.2.119

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -421,8 +421,8 @@ exports.get_account_data = async function (req) {
421
421
  project_data_size: acc_obj.project_data_size || 0,
422
422
  total_drive_size: acc_obj.total_drive_size || 0,
423
423
  },
424
- stripe_seller_account_id:acc_obj?.stripe_seller_account_obj?.id
425
- stripe_seller_account_status:acc_obj?.stripe_seller_account_info
424
+ stripe_seller_account_id: acc_obj?.stripe_seller_account_obj?.id,
425
+ stripe_seller_account_status: acc_obj?.stripe_seller_account_info,
426
426
  };
427
427
 
428
428
  // if (account_ret.data.stripe_membership_subscription_id) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.118",
3
+ "version": "1.2.119",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {