Invalid daterange on account / reservations
-
In file class-mvvwb-front-end.php in method MVVWB_Front_End::bookings_endpoint You should use DateTimeImmutable, because there are
$now->modify( '+1 day' )
used twice, so second date is actually +2 days instead +1 day.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Invalid daterange on account / reservations’ is closed to new replies.