@hmcts/ccpay-web-component 6.5.2-cme-779-prerelease → 6.5.3-cme-779-prerelease
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8348,10 +8348,10 @@ class PaymentLibModule {
|
|
|
8348
8348
|
ServiceRequestComponent,
|
|
8349
8349
|
NotificationPreviewComponent,
|
|
8350
8350
|
CaseTransactionsComponent,
|
|
8351
|
-
AddRemissionComponent,
|
|
8352
8351
|
UnprocessedPaymentsComponent,
|
|
8353
8352
|
RefundStatusComponent,
|
|
8354
|
-
PbaPaymentComponent,
|
|
8353
|
+
PbaPaymentComponent,
|
|
8354
|
+
StatusHistoryComponent, i8.RpxTranslationModule], exports: [PaymentLibComponent] });
|
|
8355
8355
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.1", ngImport: i0, type: PaymentLibModule, providers: [
|
|
8356
8356
|
{ provide: LoggerService, useClass: ConsoleLoggerService },
|
|
8357
8357
|
XlFileService,
|
|
@@ -8371,10 +8371,10 @@ class PaymentLibModule {
|
|
|
8371
8371
|
ServiceRequestComponent,
|
|
8372
8372
|
NotificationPreviewComponent,
|
|
8373
8373
|
CaseTransactionsComponent,
|
|
8374
|
-
AddRemissionComponent,
|
|
8375
8374
|
UnprocessedPaymentsComponent,
|
|
8376
8375
|
RefundStatusComponent,
|
|
8377
8376
|
PbaPaymentComponent,
|
|
8377
|
+
StatusHistoryComponent,
|
|
8378
8378
|
// BrowserAnimationsModule,
|
|
8379
8379
|
// NoopAnimationsModule
|
|
8380
8380
|
RpxTranslationModule.forChild()] });
|
|
@@ -8427,10 +8427,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.1", ngImpor
|
|
|
8427
8427
|
ServiceRequestComponent,
|
|
8428
8428
|
NotificationPreviewComponent,
|
|
8429
8429
|
CaseTransactionsComponent,
|
|
8430
|
-
AddRemissionComponent,
|
|
8431
8430
|
UnprocessedPaymentsComponent,
|
|
8432
8431
|
RefundStatusComponent,
|
|
8433
8432
|
PbaPaymentComponent,
|
|
8433
|
+
StatusHistoryComponent,
|
|
8434
8434
|
// BrowserAnimationsModule,
|
|
8435
8435
|
// NoopAnimationsModule
|
|
8436
8436
|
RpxTranslationModule.forChild()], providers: [
|