RIAEvangelist / node-dominos-pizza-api

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

Phone Number is never set #42

Closed mynamebrody closed 8 years ago

mynamebrody commented 8 years ago

In the order object Phone is declared, but never set, so the phone number is always empty.

madelinecameron commented 8 years ago

Haha, I noticed this too. Never got around to fixing it.

Thanks! On Sep 24, 2015 2:09 PM, "Brody Berson" notifications@github.com wrote:

In the order object Phone is declared, but never set, so the phone number is always empty.

— Reply to this email directly or view it on GitHub https://github.com/RIAEvangelist/node-dominos-pizza-api/issues/42.

julianh2o commented 8 years ago

Fixed by https://github.com/RIAEvangelist/node-dominos-pizza-api/pull/41 in hotfixes branch