Remove a product #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a way to deactivate a product so it can't be sell anymore without a change/restart in the server.
A user that try to buy that product should receive a NoneToSell exception (or redirect)
The access to that method should be restricted to allowed user (a secret api token ?)
note: that feature used to exist and was removed in !43 because it was accessible to anyone
changed the description
mentioned in merge request !46
created merge request !46 to address this issue
mentioned in merge request !47