fix order and self order response

This commit is contained in:
Efril
2026-05-10 23:07:57 +07:00
parent f123de7233
commit 06d79046d0
4 changed files with 28 additions and 16 deletions
+1
View File
@@ -408,6 +408,7 @@ func (h *SelfOrderHandler) GetOrdersBySession(c *gin.Context) {
RemainingAmount: o.RemainingAmount,
PaymentStatus: string(o.PaymentStatus),
IsVoid: o.IsVoid,
Metadata: o.Metadata,
IsRefund: o.IsRefund,
CreatedAt: o.CreatedAt,
}