feat: streamlined booking number property

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent 99190b0ef1
commit bdcd54687d
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