@hmcts/ccpay-web-component 5.0.2-beta96 → 5.0.2-beta97

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.
@@ -4,7 +4,6 @@ import { IFee } from '../../interfaces/IFee';
4
4
  import { Router } from '@angular/router';
5
5
  import { PaymentViewService } from '../../services/payment-view/payment-view.service';
6
6
  import { PaymentLibComponent } from '../../payment-lib.component';
7
- import { PaymentViewComponent } from '../payment-view/payment-view.component';
8
7
  import { IPayment } from '../../interfaces/IPayment';
9
8
  import { RefundsService } from '../../services/refunds/refunds.service';
10
9
  import { IRefundReasons } from '../../interfaces/IRefundReasons';
@@ -18,7 +17,6 @@ export declare class AddRemissionComponent implements OnInit {
18
17
  private router;
19
18
  private paymentViewService;
20
19
  private paymentLibComponent;
21
- private PaymentViewComponent;
22
20
  private refundService;
23
21
  private cd;
24
22
  private OrderslistService;
@@ -145,7 +143,7 @@ export declare class AddRemissionComponent implements OnInit {
145
143
  site_id: string;
146
144
  status: string;
147
145
  };
148
- constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, PaymentViewComponent: PaymentViewComponent, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
146
+ constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
149
147
  ngOnInit(): void;
150
148
  goToPaymentViewComponent(): void;
151
149
  refundFeesList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.2-beta96",
3
+ "version": "5.0.2-beta97",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },