e77611012b
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m25s
- 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