Add Inquiry Total Payment
This commit is contained in:
@@ -111,6 +111,10 @@ func MapOrderToCreateOrderResponse(orderResponse *entity.OrderResponse) response
|
||||
CreatedAt: order.CreatedAt,
|
||||
OrderItems: orderItems,
|
||||
Token: orderResponse.Token,
|
||||
Fee: order.Fee,
|
||||
Total: order.Total,
|
||||
VisitDate: order.VisitDate.Format("2006-01-02"),
|
||||
SiteName: order.Site.Name,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user