@hmcts/ccpay-web-component 6.5.23-beta1 → 6.5.23-beta3

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.
package/index.d.ts CHANGED
@@ -1708,8 +1708,8 @@ declare class AddRemissionComponent implements OnInit {
1708
1708
  check_en(i: any, v1: any, AppAmt: any, Volume: any): void;
1709
1709
  addRemission(): void;
1710
1710
  confirmRemission(event: any): void;
1711
- redirectAfterAddigRemission(event: any): void;
1712
- redirectToSummaryPage(event: any, orderef: any): void;
1711
+ redirectAfterAddingRemission(event: any): void;
1712
+ redirectToSummaryPage(event?: any): void;
1713
1713
  returnToFeeScreen(): void;
1714
1714
  resetRemissionForm(val: any, field: any): void;
1715
1715
  addRemissionCode(): void;
@@ -2281,12 +2281,15 @@ declare class StatusHistoryService {
2281
2281
  type PaymentLibAlias = PaymentLibComponent;
2282
2282
  declare class StatusHistoryComponent implements OnInit {
2283
2283
  private statusHistoryService;
2284
+ private paymentViewService;
2284
2285
  private paymentLibComponent;
2285
2286
  isTakePayment: boolean;
2286
2287
  pageTitle: string;
2287
2288
  statuses: IStatusHistories;
2289
+ isDisplayFailureReasonColumn: boolean;
2290
+ isDisplayReasons: boolean[];
2288
2291
  errorMessage: string;
2289
- constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibAlias);
2292
+ constructor(statusHistoryService: StatusHistoryService, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias);
2290
2293
  ngOnInit(): void;
2291
2294
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusHistoryComponent, never>;
2292
2295
  static ɵcmp: i0.ɵɵComponentDeclaration<StatusHistoryComponent, "ccpay-payment-statuses", never, { "isTakePayment": { "alias": "isTakePayment"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.5.23-beta1",
3
+ "version": "6.5.23-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },