Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8141ccee
authored
Oct 11, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix add campaigns
1 parent
8ff4c7fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
app/Service/Requests/Direct/AddCampaigns.php
app/Service/Requests/Direct/AddCampaigns.php
View file @
8141cce
...
...
@@ -155,6 +155,10 @@ class AddCampaigns extends DirectRequest
];
if
(
$dictionaryCampaign
->
campaign
->
time_targeting
&&
count
(
$dictionaryCampaign
->
campaign
->
time_targeting
))
{
$time_targeting
=
$dictionaryCampaign
->
campaign
->
time_targeting
;
if
(
!
$time_targeting
[
'HolidaysSchedule'
])
{
unset
(
$time_targeting
[
'HolidaysSchedule'
]);
}
$data
[
'TimeTargeting'
]
=
$dictionaryCampaign
->
campaign
->
time_targeting
;
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment