diff --git a/hotel_channel_connector_wubook/controllers/main.py b/hotel_channel_connector_wubook/controllers/main.py index 6801dfb1f..6b1d32e0f 100644 --- a/hotel_channel_connector_wubook/controllers/main.py +++ b/hotel_channel_connector_wubook/controllers/main.py @@ -16,7 +16,7 @@ class WubookPushURL(http.Controller): # Called when created a reservation in wubook @http.route(['/wubook/push/reservations/'], type='http', cors="*", auth="public", methods=['POST'], - website=True, csrf=True) + website=True, csrf=False) def wubook_push_reservations(self, security_token, **kwargs): rcode = kwargs.get('rcode') lcode = kwargs.get('lcode')