fix(UserOrderService): update comment to reflect correct threshold value for Magic Wallet
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m50s

This commit is contained in:
masoodafar-web
2026-05-29 19:58:36 +03:30
parent 034679d915
commit 4f2d313d5e
@@ -352,7 +352,7 @@ public class UserOrderService : UserOrderContract.UserOrderContractBase
_context.UserWalletHistories.Add(walletLog);
// ═══ Magic Wallet: Entry / Exit Trigger ═══
// Q24: آستانه <= 1,00,000 تومان به جای == 0 (چون قیمت محصولات متفاوت است)
// Q24: آستانه <= 100,000 تومان به جای == 0 (چون قیمت محصولات متفاوت است)
if (wallet.Balance <= SystemConstants.MagicWalletEntryThreshold)
{
var user = await _context.Users