@hmcts/ccpay-web-component 5.0.2-beta105 → 5.0.2-beta108

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.
@@ -27,6 +27,7 @@ export declare class ServiceRequestComponent implements OnInit {
27
27
  orderFeesTotal: number;
28
28
  orderTotalPayments: number;
29
29
  orderRemissionTotal: number;
30
+ paymentGroupList: IPaymentGroup;
30
31
  takePayment: boolean;
31
32
  ccdCaseNumber: boolean;
32
33
  isServiceRequest: string;
@@ -119,5 +120,5 @@ export declare class ServiceRequestComponent implements OnInit {
119
120
  gotoPaymentSelectPage(event: Event): void;
120
121
  gotoAddressPage(note?: IRefundContactDetails): void;
121
122
  processRefund(): void;
122
- getOverPaymentValue(): number;
123
+ getOverPaymentValue(): any;
123
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.2-beta105",
3
+ "version": "5.0.2-beta108",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },