RIAEvangelist / node-dominos-pizza-api

This is a node.js wrapper for the dominos pizza apis
MIT License
534 stars 129 forks source link

Update Store parameters.ID ~> ID #69

Closed yazeedalrubyli closed 7 years ago

yazeedalrubyli commented 7 years ago

Bug Fix "parameters" has no variable called "ID"

Store takes only one parameter ID, No need for parametersin plural

RIAEvangelist commented 7 years ago

All functions accept an object as the parameter value. The bug was that the user was not passing an object as per the documentation.