checkout
This commit is contained in:
@@ -3,10 +3,11 @@ package main
|
||||
const (
|
||||
AddRequestType = 1
|
||||
AddItemType = 2
|
||||
//AddDeliveryType = 3
|
||||
RemoveItemType = 4
|
||||
RemoveDeliveryType = 5
|
||||
ChangeQuantityType = 6
|
||||
SetDeliveryType = 7
|
||||
SetPickupPointType = 8
|
||||
|
||||
RemoveItemType = 4
|
||||
RemoveDeliveryType = 5
|
||||
ChangeQuantityType = 6
|
||||
SetDeliveryType = 7
|
||||
SetPickupPointType = 8
|
||||
CreateCheckoutOrderType = 9
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user