# 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 either `OPEN` or `CLOSED`. If it is not specified, the `paymentStatus` field defaults to `CLOSED`. This field is only applicable with orders with a fulfilment type of `DINE_IN`.