Ported user delete route and added initial tests

This commit is contained in:
Keith Holliday
2016-03-20 14:08:08 -05:00
parent be9312deb0
commit 7f65707ee4
5 changed files with 226 additions and 36 deletions
+2 -1
View File
@@ -117,5 +117,6 @@
"missingPetFoodFeed": "\"pet\" and \"food\" are required parameters.",
"invalidPetName": "Invalid pet name supplied.",
"missingEggHatchingPotionHatch": "\"egg\" and \"hatchingPotion\" are required parameters.",
"invalidTypeEquip": "\"type\" must be one of 'equipped', 'pet', 'mount', 'costume'."
"invalidTypeEquip": "\"type\" must be one of 'equipped', 'pet', 'mount', 'costume'.",
"cannotDeleteActiveAccount": "You have an active subscription, cancel your plan before deleting your account."
}