Customer Order
This commit is contained in:
@@ -8,4 +8,5 @@ const (
|
||||
PartnerAdmin Role = 3
|
||||
SiteAdmin Role = 4
|
||||
Casheer Role = 5
|
||||
Customer Role = 6
|
||||
)
|
||||
|
||||
@@ -19,6 +19,7 @@ const (
|
||||
Debit PaymentMethod = "DEBIT"
|
||||
Transfer PaymentMethod = "TRANSFER"
|
||||
QRIS PaymentMethod = "QRIS"
|
||||
Online PaymentMethod = "ONLINE"
|
||||
)
|
||||
|
||||
func (b PaymentMethod) toString() string {
|
||||
|
||||
Reference in New Issue
Block a user