This commit is contained in:
dpurbosakti
2025-10-02 16:11:25 +07:00
parent 07914619d9
commit 12522a4e67
2 changed files with 7 additions and 7 deletions
-4
View File
@@ -39,10 +39,6 @@ func (a AuthInfo) IsPayment() bool {
return a.User_Position_Code == string(ero.UPCPay)
}
func (a AuthInfo) IsPaymentVerificator() bool {
return a.User_Position_Code == string(ero.UPCPav)
}
func (a AuthInfo) IsManagement() bool {
return a.User_Position_Code == string(ero.UPCMan)
}