Do not expose purchase function

This commit is contained in:
Johannes Zellner
2016-08-03 17:57:41 +02:00
parent 42fda25718
commit dde597742c

View File

@@ -9,7 +9,6 @@ exports = module.exports = {
getByIpAddress: getByIpAddress,
getAll: getAll,
getAllByUser: getAllByUser,
purchase: purchase,
install: install,
configure: configure,
uninstall: uninstall,