web-manager 3.2.34 → 3.2.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/account.js +0 -1
  2. package/package.json +1 -1
package/lib/account.js CHANGED
@@ -496,7 +496,6 @@ Account.prototype._resolveAccount = function (firebaseUser, account, options) {
496
496
 
497
497
 
498
498
  // Update payment method UI
499
- account.plan.status = 'suspended'
500
499
  if (account.plan.status === 'suspended') {
501
500
  self.dom.select('.master-alert-suspended').removeAttribute('hidden');
502
501
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.2.34",
3
+ "version": "3.2.35",
4
4
  "description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
5
5
  "main": "index.js",
6
6
  "scripts": {