fix: adopt travel info urls

This commit is contained in:
Björn Fromme
2025-03-21 16:26:49 +01:00
parent b88be16550
commit 6326e1ffc3
5 changed files with 27 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ class Booking
public array $surcharges = [];
public ?int $invoiceNumber = null;
public ?float $totalPrice = null;
public ?string $travelInfoUrl = null;
public function getBalance(): float
{