FIX form
This commit is contained in:
parent
c1314e8504
commit
2e45ec3fe4
|
|
@ -155,7 +155,7 @@ $index = 0;
|
|||
"retargeting": true,
|
||||
"trip_class": "economy",
|
||||
"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_out_date": "<?= date('Y-m-d', strtotime('+10 days')) ?>",
|
||||
"id": 70240,
|
||||
|
|
|
|||
Loading…
Reference in New Issue