@hmcts/ccpay-web-component 6.0.5-beta06 → 6.0.5-beta07

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.
@@ -50,7 +50,7 @@ export declare class MarkUnsolicitedPaymentComponent implements OnInit {
50
50
  checkingFormValue(): boolean;
51
51
  gotoCasetransationPage(): void;
52
52
  getUnassignedPayment(): void;
53
- getErrorMessage(isErrorExist: any): {
53
+ getErrorMessage(isErrorExist: any, status: any, errorMsg: any, err: any): {
54
54
  title: string;
55
55
  body: string;
56
56
  showError: any;
@@ -115,6 +115,7 @@ export declare class ServiceRequestComponent implements OnInit {
115
115
  goToPaymentViewComponent(paymentGroup: any): void;
116
116
  chkIsIssueRefundBtnEnable(payment: IPayment): boolean;
117
117
  chkIsAddRefundBtnEnable(remission: IRemission): boolean;
118
+ canItBeRefunded(remission: IRemission): boolean;
118
119
  chkIsAddRemissionBtnEnable(fee: IFee): boolean;
119
120
  resetOrderData(): void;
120
121
  selectPymentOption(paymentType: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.0.5-beta06",
3
+ "version": "6.0.5-beta07",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },