Changelog
Version 1.1 Changes
The following change was introduced.
-
Added the
paymentStatus
field to orders so partner Apps can identify whether an order has been paid or not.
Order entity
New/updated Field | Description | Change | Change Description |
---|---|---|---|
paymentStatus | Optional field indicating the payment status of an order. | New | Added to allow App partners to identify whether an order needs to be paid for. Only applicable with orders with fulfilment type of DINE_IN . |
For Apps
-
App partners can optionally set the
paymentStatus
of a order as eitherOPEN
orCLOSED
. If it is not specified, thepaymentStatus
field defaults toCLOSED
. This field is only applicable with orders with a fulfilment type ofDINE_IN
.