From 14bcaa0cb457586e90dc8f8a9ea1bb64f7d07472 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 20 Nov 2025 14:49:29 +0100 Subject: [PATCH] Fixed not being able to order mgmt service from Citycom --- scripts/preorder/citycom/order-mgmt-services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/preorder/citycom/order-mgmt-services.php b/scripts/preorder/citycom/order-mgmt-services.php index 5561b77f4..0054e215a 100644 --- a/scripts/preorder/citycom/order-mgmt-services.php +++ b/scripts/preorder/citycom/order-mgmt-services.php @@ -45,7 +45,7 @@ foreach(PreordercampaignModel::search(["fulfillment" => "citycom_oan"]) as $camp "up" => 100, "product_name" => "Estmk Greenstream OAN Mgmt", "execution_date" => false, - "services" => ["mgmt"], + "services" => [CITYCOM_OAN_API_SERVICES_FOR_RESERVATION], ];