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.
- package/lib/account.js +0 -1
- 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