Jonathan Watts
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Jonathan Watts-
That's fine. I don't actually need this information; I had just written my code assuming it would be present.
-
I had assumed so. How would I be able to tell? It seems like we're not seeing these errors in prod so maybe it's only our sandbox account.
-
So the implicit assumption is that the guest only has a single points balance. If the loyalty program tracked dollars spent and bagels bought for example we could only show the guest one of those. ...
-
How does Toast handle this? If I wanted to setup a $2 off a Bagel discount in Toast how does Toast know what a Bagel is? I looked through https://central.toasttab.com/s/article/Basic-Discount-Confi...
-
Yeah, that's what we're working on doing. We can use the menu API to find all the menu groups and subgroups and maintain a hierarchy. Then when we get the check from the loyalty API we append all t...
-
I am now returning a decimal balance and am seeing it displayed: "accountInfo": { "firstName": "Jonathan", "identifier": "17881000190019", "lastName": "Watt...
-
So in this case where I have an applicable offer I should be seeing the points balance or am I misunderstanding? { "checkResponse": { "accountInfo": { "firstName": "Jonathan", ...