update more
This commit is contained in:
8
pkg/cart/mutation_inventory_reserved.go
Normal file
8
pkg/cart/mutation_inventory_reserved.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cart
|
||||
|
||||
import "git.tornberg.me/go-cart-actor/pkg/messages"
|
||||
|
||||
func InventoryReserved(g *CartGrain, m *messages.InventoryReserved) error {
|
||||
g.InventoryReserved = true
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user