Added contact data to citycom service order

This commit is contained in:
Frank Schubert
2026-02-11 14:05:18 +01:00
parent f791e02ded
commit 4b72e3a678
3 changed files with 29 additions and 2 deletions

View File

@@ -49,6 +49,11 @@ foreach(PreordercampaignModel::search(["fulfillment" => "citycom_oan"]) as $camp
"up" => 100,
"product_name" => "Estmk Greenstream OAN Default",
"execution_date" => false,
"company" => $preorder->company,
"firstname" => $preorder->firstname,
"lastname" => $preorder->lastname,
"phone" => $preorder->phone,
"mobile" => $preorder->mobile,
];
$services_to_order = array_merge(CITYCOM_OAN_API_SERVICES_FOR_RESERVATION, CITYCOM_OAN_API_SERVICES_FOR_ORDER);