diff --git a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py index a6d6d68a8..c6ebb5b5e 100644 --- a/hotel_channel_connector_wubook/models/hotel_reservation/importer.py +++ b/hotel_channel_connector_wubook/models/hotel_reservation/importer.py @@ -388,6 +388,7 @@ class HotelReservationImporter(Component): if len(book['modified_reservations']) > 0: is_cancellation = book['status'] in WUBOOK_STATUS_BAD if book['was_modified'] and is_cancellation: + processed_rids.append(rcode) continue else: old_reservations = False