This commit is contained in:
Krivchikov Dmitry 2016-04-16 14:11:28 +03:00
parent c1314e8504
commit 2e45ec3fe4
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ $index = 0;
"retargeting": true, "retargeting": true,
"trip_class": "economy", "trip_class": "economy",
"depart_date": "<?= date('Y-m-d', strtotime('+7 days')) ?>", "depart_date": "<?= date('Y-m-d', strtotime('+7 days')) ?>",
"return_date": null, "return_date": "<?= date('Y-m-d', strtotime('+10 days')) ?>",
"check_in_date": "<?= date('Y-m-d', strtotime('+7 days')) ?>", "check_in_date": "<?= date('Y-m-d', strtotime('+7 days')) ?>",
"check_out_date": "<?= date('Y-m-d', strtotime('+10 days')) ?>", "check_out_date": "<?= date('Y-m-d', strtotime('+10 days')) ?>",
"id": 70240, "id": 70240,