feat: streamlined booking number property

This commit is contained in:
Björn Fromme
2026-01-10 12:12:54 +01:00
parent 6fca40963d
commit d95d0a8930
7 changed files with 71 additions and 23 deletions
@@ -38,7 +38,7 @@ class BookingResponseParserTest extends TestCase
$response = $this->parser->parse($crawler->filter('ergebnis'));
$this->assertTrue($response->isInquiryValid());
$this->assertEquals('321530', $response->transactionNumber);
$this->assertEquals(321530, $response->bookingNumber);
$this->assertEquals(755.0, $response->totalPrice);
// Verify purchase voucher is parsed