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