@xuda.io/account_module 1.2.121 → 1.2.123

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -422,7 +422,7 @@ exports.get_account_data = async function (req) {
422
422
  total_drive_size: acc_obj.total_drive_size || 0,
423
423
  },
424
424
  stripe_connect_account_id: acc_obj?.stripe_connect_account_obj?.id,
425
- stripe_seller_account_status: acc_obj?.stripe_seller_account_info,
425
+ stripe_connect_account_status: acc_obj?.stripe_connect_account_status,
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.121",
3
+ "version": "1.2.123",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {