Browse Source

Support coupon codes on Google Play

pull/795/head
Thomas 3 years ago
parent
commit
30d8cbe5ef
  1. 6
      apps/client/src/app/pages/account/account-page.html

6
apps/client/src/app/pages/account/account-page.html

@ -27,9 +27,8 @@
Valid until {{ user?.subscription?.expiresAt | date:
defaultDateFormat }}
</div>
<div
*ngIf="hasPermissionForSubscription && user?.subscription?.type === 'Basic'"
>
<div *ngIf="user?.subscription?.type === 'Basic'">
<ng-container *ngIf="hasPermissionForSubscription">
<button
color="primary"
i18n
@ -49,6 +48,7 @@
>{{ baseCurrency }}&nbsp;{{ price }}</ng-container
>&nbsp;<span i18n>per year</span>
</div>
</ng-container>
<a
*ngIf="!user?.subscription?.expiresAt"
class="mr-2 my-2"

Loading…
Cancel
Save