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