add order and payment

This commit is contained in:
aditya.siregar
2024-06-04 02:59:31 +07:00
parent 8a23e72230
commit 4ae9079ff9
34 changed files with 810 additions and 1172 deletions
+4
View File
@@ -24,6 +24,10 @@ func (i *OrderStatus) IsNew() bool {
return false
}
func (i OrderStatus) String() string {
return string(i)
}
type ItemType string
const (