diff --git a/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor b/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor
index 37feab8..0847eae 100644
--- a/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor
+++ b/src/FrontOffice.Main/Pages/Profile/ChargeDiscountWallet.razor
@@ -78,13 +78,22 @@
}
- بزودی
+ @if (_isProcessing)
+ {
+
+ در حال انتقال به درگاه...
+ }
+ else
+ {
+ پرداخت با کارت بانکی
+ }
diff --git a/src/FrontOffice.Main/Pages/Profile/Index.razor b/src/FrontOffice.Main/Pages/Profile/Index.razor
index da4b228..2ca1a37 100644
--- a/src/FrontOffice.Main/Pages/Profile/Index.razor
+++ b/src/FrontOffice.Main/Pages/Profile/Index.razor
@@ -216,16 +216,36 @@
پرداخت آنی از طریق درگاه بانکی
@if (_purchaseCycleCount > 0)
{
-
- پرداخت با کارت بانکی(بزودی)
+
+ @if (_isProcessingPayment)
+ {
+
+ در حال انتقال به درگاه...
+ }
+ else
+ {
+ پرداخت با کارت بانکی
+ }
}
else
{
-
- پرداخت با کارت بانکی(بزودی)
+
+ @if (_isProcessingPayment)
+ {
+
+ در حال انتقال به درگاه...
+ }
+ else
+ {
+ پرداخت با کارت بانکی
+ }
}
diff --git a/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor b/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor
index b78db30..839d38a 100644
--- a/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor
+++ b/src/FrontOffice.Main/Pages/Profile/MagicWallet.razor
@@ -138,13 +138,22 @@
- بزودی
+ @if (_isProcessing)
+ {
+
+ در حال انتقال به درگاه...
+ }
+ else
+ {
+ پرداخت با کارت بانکی
+ }