Files
CMS/src/CMSMicroservice.WebApi
masoodafar-web e77611012b
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m25s
fix: PaymentStatus→PaymentCompleted mapping in DiscountOrderService
- GetOrderById and GetUserOrders were using Mapster auto-mapping which
  could not map 'PaymentStatus' (enum: Success=0) to 'payment_completed' (bool)
- Replaced with manual mapping: PaymentStatus == Success → true
- Also maps DeliveryStatus and all other fields correctly
- Fixed FrontOfficeBaseUrl and CmsBaseUrl to use HTTP for local dev
2026-02-16 00:36:29 +03:30
..
u
2025-09-27 10:23:45 +03:30