fix: update inquiry order

This commit is contained in:
ferdiansyah783
2024-08-09 10:02:05 +07:00
parent 8038e211db
commit 2fd676ef3e
8 changed files with 29 additions and 2 deletions
+2
View File
@@ -125,6 +125,8 @@ func MapOrderToCreateOrderResponse(orderResponse *entity.OrderResponse) response
PartnerID: order.PartnerID,
Status: order.Status,
Amount: order.Amount,
Total: order.Total,
Fee: order.Fee,
PaymentType: order.PaymentType,
CreatedAt: order.CreatedAt,
OrderItems: orderItems,