diff --git a/media/js/src/modules/partials/billing.html b/media/js/src/modules/partials/billing.html index dbf205f..c03dc28 100644 --- a/media/js/src/modules/partials/billing.html +++ b/media/js/src/modules/partials/billing.html @@ -1,23 +1,31 @@ -
- {[{ user.stripeAccount.name || 'Loading...' }]} +
+

+ You're not a Pro yet, so we have nothing to show you here.
+
Signup for Pro » +

-
- ${[{ user.stripeAccount.amount / 100 }]}.00 USD / {[{ user.stripeAccount.interval }]} - Loading... +
+
+ {[{ user.stripeAccount.name || 'Loading...' }]} +
+
+ ${[{ user.stripeAccount.amount / 100 }]}.00 USD / {[{ user.stripeAccount.interval }]} + Loading... +
+
+ xxxx-xxxx-xxxx-{[{ user.stripeAccount.last4 || 'Loading...' }]} + Loading... +
+
+ {[{ user.stripeAccount.status || 'Loading...' }]} +
+
+ {[{ user.stripeAccount.created * 1000 |date:'fullDate' }]} + Loading... +
+
+ {[{ user.stripeAccount.nextBill * 1000 |date:'fullDate' }]} + Loading... +
+

Need to cancel? Email Nick.

-
- xxxx-xxxx-xxxx-{[{ user.stripeAccount.last4 || 'Loading...' }]} - Loading... -
-
- {[{ user.stripeAccount.status || 'Loading...' }]} -
-
- {[{ user.stripeAccount.created * 1000 |date:'fullDate' }]} - Loading... -
-
- {[{ user.stripeAccount.nextBill * 1000 |date:'fullDate' }]} - Loading... -
-

Need to cancel? Email Nick.