feat: implement Kavenegar SMS service and refactor system configurations to use static constants
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m38s

This commit is contained in:
masoodafar-web
2025-12-26 09:04:27 +03:30
parent 9d2b5ad2d4
commit 02e2f8111f
51 changed files with 4064 additions and 1388 deletions
@@ -84,7 +84,8 @@ public class DayaLoanCheckWorker
var processCommand = new ProcessDayaLoanApprovalCommand
{
UserId = user.Id,
ContractNumber = result.ContractNumber
ContractNumber = result.ContractNumber,
LockedWalletAmount = 0, // TODO: not needed for now
};
var processResult = await _mediator.Send(processCommand);