From bf209eb1dd7ee64a65f38ba1a5c5ed28c7a21b04 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Thu, 25 Jun 2020 11:18:16 +0300 Subject: [PATCH] Update default process alias --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 78b58df24c..55971eca04 100644 --- a/src/config.js +++ b/src/config.js @@ -32,7 +32,7 @@ const sortSearchByDistance = false; // // In a way, 'processAlias' defines which transaction process (or processes) // this particular web application is able to handle. -const bookingProcessAlias = 'preauth-nightly-booking/release-1'; +const bookingProcessAlias = 'flex-default-process/release-1'; // The transaction line item code for the main unit type in bookings. //