Commit fceee760 by Vladislav

#19496 Запрос измененных объявлений

1 parent 68f31b2a
Showing with 1 additions and 1 deletions
......@@ -146,7 +146,7 @@ class AddAds extends DirectRequest
$data['TextAd']['DisplayUrlPath'] = $goalAdvertisement->display_url_path;
}
if ($goalAdvertisement->v_card_external_id) {
if ($goalAdvertisement->goal_v_card_external_id) {
$data['TextAd']['VCardId'] = $goalAdvertisement->goal_v_card_external_id;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!