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

@@ -170,6 +170,11 @@ class SnoppCitycom extends Modules\ApiControllerModule
$data["up"] = $bb_up;
$data["down"] = $bb_down;
$data["product_name"] = false;
$data["company"] = $preorder->company;
$data["firstname"] = $preorder->firstname;
$data["lastname"] = $preorder->lastname;
$data["phone"] = $preorder->phone;
$data["mobile"] = $preorder->mobile;
if($preorder->campaign->fulfillment == "citycom_oan") {
$data["product_name"] = "Estmk Greenstream OAN $bb_down/$bb_up";