initial commit
This commit is contained in:
13
snipcart/orderstatus.go
Normal file
13
snipcart/orderstatus.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package snipcart
|
||||
|
||||
type OrderStatus string
|
||||
|
||||
const (
|
||||
Processed OrderStatus = "Processed"
|
||||
Disputed = "Disputed"
|
||||
Shipped = "Shipped"
|
||||
Delivered = "Delivered"
|
||||
Pending = "Pending"
|
||||
Cancelled = "Cancelled"
|
||||
Dispatched = "Dispatched"
|
||||
)
|
||||
Reference in New Issue
Block a user