@hmcts/ccpay-web-component 6.5.23-beta → 6.5.24-beta01

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
@@ -2272,12 +2272,15 @@ declare class StatusHistoryService {
2272
2272
  type PaymentLibAlias = PaymentLibComponent;
2273
2273
  declare class StatusHistoryComponent implements OnInit {
2274
2274
  private statusHistoryService;
2275
+ private paymentViewService;
2275
2276
  private paymentLibComponent;
2276
2277
  isTakePayment: boolean;
2277
2278
  pageTitle: string;
2278
2279
  statuses: IStatusHistories;
2280
+ isDisplayFailureReasonColumn: boolean;
2281
+ isDisplayReasons: boolean[];
2279
2282
  errorMessage: string;
2280
- constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibAlias);
2283
+ constructor(statusHistoryService: StatusHistoryService, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias);
2281
2284
  ngOnInit(): void;
2282
2285
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusHistoryComponent, never>;
2283
2286
  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-beta",
3
+ "version": "6.5.24-beta01",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },