During the time of the incident some bookings were created with incorrect tax data due to a new front end component sending incorrect configuration. This resulted in a small percentage of invoiced being generated with invalid tax information.
Once identified, the feature was immediately disabled, the code reverted, and remediation scripts were developed to correct the data. Affected properties were contacted directly with guidance on how to handle impacted invoices.
The issue occurred because a recent frontend update sent an empty array when the dropdown was disabled, which led to storing invalid tax codes in the database.
Fixed the frontend behavior to send the correct value.
Corrected all impacted bookings and availability records.