feat: add base package payment initiation and verification

This commit is contained in:
masoodafar-web
2025-12-16 02:34:22 +03:30
parent b4e41163ec
commit 63f05e0883
12 changed files with 469 additions and 5 deletions
@@ -41,7 +41,7 @@ public class GetMyCommissionPayoutsQueryHandler : IRequestHandler<GetMyCommissio
Id = p.Id,
WeekNumber = p.WeekNumber,
WeekLabel = $"هفته {p.WeekNumber}",
BalancesEarned = p.BalancesEarned,
BalancesEarned = (int)p.BalancesEarned,
TotalAmount = p.TotalAmount,
AmountFormatted = FormatCurrency(p.TotalAmount),
Status = MapStatus(p.Status),