Added contact data to citycom service order
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user