fix: treat api response properly

This commit is contained in:
Björn Fromme
2025-02-19 12:25:35 +01:00
parent 6086369ce5
commit 063af73f3b
3 changed files with 8 additions and 7 deletions
+2 -3
View File
@@ -5,7 +5,6 @@ namespace App\BusProNet\Model;
class BookingUpdate
{
public bool $valid = false;
public bool $success = false;
public ?string $status = null;
public array $prices = [];
public ?float $totalPrice = null;
}
}