add order and payment
This commit is contained in:
@@ -24,6 +24,10 @@ func (i *OrderStatus) IsNew() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (i OrderStatus) String() string {
|
||||
return string(i)
|
||||
}
|
||||
|
||||
type ItemType string
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user