You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting device.code.paired webhook requests where the data.object.device_code.product_type is "RESTAURANT". The spec only has "TERMINAL_API" as an enum for ProductType.
(I hope this is helpful. I LOVE that you guys publish this api spec--I generated a swift API from it to use with my Vapor 4 backend. Awesome!!!)
Thanks for sharing, I'll relay to the team. Note this shouldn't break any of our current SDKs as we should use strings instead of enums so that things like this won't break.
I'm getting device.code.paired webhook requests where the data.object.device_code.product_type is
"RESTAURANT"
. The spec only has"TERMINAL_API"
as an enum forProductType
.(I hope this is helpful. I LOVE that you guys publish this api spec--I generated a swift API from it to use with my Vapor 4 backend. Awesome!!!)
The text was updated successfully, but these errors were encountered: