diff --git a/frontend/src/views/user/PaymentView.vue b/frontend/src/views/user/PaymentView.vue index db588420..acb0a824 100644 --- a/frontend/src/views/user/PaymentView.vue +++ b/frontend/src/views/user/PaymentView.vue @@ -5,82 +5,217 @@
- -{{ t('payment.currentBalance') }}
-${{ user?.balance?.toFixed(2) || '0.00' }}
-{{ t('payment.notAvailable') }}
-{{ amountError }}
-{{ t('payment.rechargeAccount') }}
+{{ user?.username || '' }}
+{{ t('payment.currentBalance') }}: {{ user?.balance?.toFixed(2) || '0.00' }}
+{{ t('payment.notAvailable') }}
+{{ amountError }}
+{{ errorMessage }}
-{{ errorMessage }}
++ {{ selectedPlan.description }} +
+ +{{ errorMessage }}
+{{ t('payment.noPlans') }}
+{{ t('payment.activeSubscription') }}
+{{ t('payment.noPlans') }}
-{{ selectedPlan.name }}
-{{ selectedPlan.description }}