To follow up on this-
If I update the order with the fulfillment state to CANCELLED - the order remains in the OPEN state.
If i then try to change the state of. the order to CANCELLED via the updateOrder- it still fails with the same error
“detail”: “Orders cannot be canceled after payments have been processed.”,
However, on the square sandbox UI dashboard/orders/overview- i see the order state column mentions CANCELLED (although the retrieve order API call still says the order state is OPEN.
Also, when i filter by orders on the UI- this order shows up in the “Upcoming” filter, and not in the cancelled filter.
