|
|
@@ -239,7 +239,8 @@ function start() { |
|
|
|
fetchUser().then( u => { |
|
|
|
if (u.sub.customerId && |
|
|
|
validStatuses.includes(u.sub.paymentStatus) && |
|
|
|
this.user.status != "Unsubscribed") { |
|
|
|
this.user.status != "Unsubscribed" || |
|
|
|
this.user.status != "Subscribed") { |
|
|
|
return |
|
|
|
} |
|
|
|
// Payment must be updated |
|
|
|