Fix Kadaluwarsa
This commit is contained in:
@@ -146,6 +146,10 @@ func (h *HistoryOrder) GetPaymentStatus() string {
|
||||
return "MENUNGGU PEMBAYARAN"
|
||||
}
|
||||
|
||||
if h.Status == "EXPIRED" {
|
||||
return "KADALUWARSA"
|
||||
}
|
||||
|
||||
return ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user