RIAEvangelist / node-dominos-pizza-api

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

Unable to place an order with multiple items #72

Closed benhubsch closed 3 years ago

benhubsch commented 7 years ago

Hi! I'm experiencing an issue where putting multiple Items in an order doesn't work -- the order is priced at 0 dollars (despite being priced) and I'm told that it'll take 0 minutes for the order to be delivered. Any thoughts on why? For now, just doing hardcoded:

     `orderObj.addItem(new pizzapi.Item(
            {
                code: 'S_PIZPH',
                options: [],
                quantity: 1
            }
        ))

        orderObj.addItem(new pizzapi.Item(
            {
                code: 'S_PIZZA',
                options: [],
                quantity: 1
            }
        ))`
RIAEvangelist commented 7 years ago

:rofl: no, but thats a damn good delivery time. hope to take a look at this sometime soon.

RIAEvangelist commented 7 years ago

just want to confirm this is still an issue?

benhubsch commented 7 years ago

Yeah, still is. I think the menu item codes might be deprecated?

RIAEvangelist commented 3 years ago

I think this is related to #85