This commit is contained in:
masoodafar-web
2025-11-25 03:04:00 +03:30
parent 8a7d02ce81
commit 88f38f5d8e
3 changed files with 5 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ public class
PaymentStatus = newOrder.PaymentStatus,
TotalAmount = newOrder.Amount,
UserAddressText = user.UserAddresss.First(f => f.IsDefault).Address,
Created = newOrder.PaymentDate,
PaymentDate = newOrder.PaymentDate,
FactorDetails = factorDetailsList.Select(s => new SubmitShopBuyOrderFactorDetail()
{
Count = s.Count,