RIAEvangelist / node-dominos-pizza-api

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

Error when using dominos CLI #54

Closed dineshraj closed 8 years ago

dineshraj commented 8 years ago

I've just downloaded the project from the website and tried using the CLI, I used the command full menu for closest 63102

However, after a few mins, I get the following error:

commandline-pizza/dominos-commandline-pizza.js:280
            order.Address=new pizzapi.Address(storeData.result.Address);
                                                              ^

TypeError: Cannot read property 'Address' of undefined

Do you know why this is?

RIAEvangelist commented 8 years ago

This looks like another outcome of #56