@hmcts/ccpay-web-component 5.0.2-beta106 → 5.0.2-beta107

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.
@@ -120,5 +120,5 @@ export declare class ServiceRequestComponent implements OnInit {
120
120
  gotoPaymentSelectPage(event: Event): void;
121
121
  gotoAddressPage(note?: IRefundContactDetails): void;
122
122
  processRefund(): void;
123
- getOverPaymentValue(): number;
123
+ getOverPaymentValue(): any;
124
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.2-beta106",
3
+ "version": "5.0.2-beta107",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },