@hmcts/ccpay-web-component 6.0.0-beta15 → 6.0.0-beta18

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.
@@ -98,7 +98,7 @@ export declare class ServiceRequestComponent implements OnInit {
98
98
  check4AllowedRoles2AccessRefund: () => boolean;
99
99
  allowFurtherAccessAfter4Days: (payment: IPayment) => boolean;
100
100
  issueRefund(payment: IPayment): void;
101
- goToServiceRequestPage(event: any): void;
101
+ goToServiceRequestPage(): void;
102
102
  goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string): void;
103
103
  goToPaymentViewComponent(paymentGroup: any): void;
104
104
  resetOrderData(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.0.0-beta15",
3
+ "version": "6.0.0-beta18",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },