Add pay-for-order component for ticket payment

Introduces PayForOrderComponent with form validation and error handling for ticket payment by order code. Updates routing, navigation, and module declarations to support the new feature.
This commit is contained in:
2025-11-21 02:32:43 +01:00
parent 11ba07d550
commit 3db3876a8b
7 changed files with 170 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ import { SelectionConflictInfoComponent } from './selection-conflict-info/select
import { CancellationSuccessComponent } from './cancellation-success/cancellation-success.component';
import { CancellationFailedComponent } from './cancellation-failed/cancellation-failed.component';
import { ConversionFailedComponent } from './conversion-failed/conversion-failed.component';
import { PayForOrderComponent } from './pay-for-order/pay-for-order.component';
@NgModule({
@@ -115,6 +116,7 @@ import { ConversionFailedComponent } from './conversion-failed/conversion-failed
CancellationSuccessComponent,
CancellationFailedComponent,
ConversionFailedComponent,
PayForOrderComponent,
],
imports: [
AppRoutingModule,