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