fix(UserOrderService): update comment to reflect correct threshold value for Magic Wallet
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m50s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m50s
This commit is contained in:
@@ -352,7 +352,7 @@ public class UserOrderService : UserOrderContract.UserOrderContractBase
|
|||||||
_context.UserWalletHistories.Add(walletLog);
|
_context.UserWalletHistories.Add(walletLog);
|
||||||
|
|
||||||
// ═══ Magic Wallet: Entry / Exit Trigger ═══
|
// ═══ Magic Wallet: Entry / Exit Trigger ═══
|
||||||
// Q24: آستانه <= 1,00,000 تومان به جای == 0 (چون قیمت محصولات متفاوت است)
|
// Q24: آستانه <= 100,000 تومان به جای == 0 (چون قیمت محصولات متفاوت است)
|
||||||
if (wallet.Balance <= SystemConstants.MagicWalletEntryThreshold)
|
if (wallet.Balance <= SystemConstants.MagicWalletEntryThreshold)
|
||||||
{
|
{
|
||||||
var user = await _context.Users
|
var user = await _context.Users
|
||||||
|
|||||||
Reference in New Issue
Block a user