cart and checkout
This commit is contained in:
@@ -16,6 +16,7 @@ func NewProfileMutationRegistry() actor.MutationRegistry {
|
||||
actor.NewMutation(HandleLinkCart),
|
||||
actor.NewMutation(HandleLinkCheckout),
|
||||
actor.NewMutation(HandleLinkOrder),
|
||||
actor.NewMutation(HandleAnonymizeProfile),
|
||||
)
|
||||
return reg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user