Return Payment Status
This commit is contained in:
@@ -155,7 +155,7 @@ func (h *Handler) toHistoryOrderResponse(resp *entity.HistoryOrder) response.His
|
||||
BookingTime: resp.BookingTime.Format(time.RFC3339),
|
||||
Tickets: resp.Tickets,
|
||||
PaymentType: resp.PaymentType,
|
||||
Status: resp.Status,
|
||||
Status: resp.GetPaymentStatus(),
|
||||
Amount: resp.Amount,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user