update
This commit is contained in:
@@ -2,7 +2,7 @@ package cart
|
||||
|
||||
import "git.k6n.net/go-cart-actor/pkg/messages"
|
||||
|
||||
func InventoryReserved(g *CartGrain, m *messages.InventoryReserved) error {
|
||||
func (c *CartMutationContext) InventoryReserved(g *CartGrain, m *messages.InventoryReserved) error {
|
||||
g.InventoryReserved = true
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user