I realized when I ordered and paid with a credit card that I couldn't add a tip. I tipped upon delivery but it would be good if that could be passed as a parameter if possible, or somehow let the users know that the order doesn't include a tip.
Maybe a tip_message field in the dominos_order resource that's hard-coded to something like "REMEMBER TO TIP!"?
As I'm typing this I realize that I don't know if the Domino's API allows this, so it may not be as easy to do, but a reminder to tip is not a bad thing anyway 🙂
I realized when I ordered and paid with a credit card that I couldn't add a tip. I tipped upon delivery but it would be good if that could be passed as a parameter if possible, or somehow let the users know that the order doesn't include a tip.
Maybe a
tip_message
field in thedominos_order
resource that's hard-coded to something like"REMEMBER TO TIP!"
?As I'm typing this I realize that I don't know if the Domino's API allows this, so it may not be as easy to do, but a reminder to tip is not a bad thing anyway 🙂