Преглед на файлове

Had billing prompt users with subscribed status

Hiding based on user status and not only billing details allows easier
testing with fake users.
master
Immanuel Onyeka преди 1 година
родител
ревизия
171b508dee
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      components/app.vue

+ 2
- 1
components/app.vue Целия файл

@@ -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


Loading…
Отказ
Запис