@hmcts/ccpay-web-component 6.2.3-beta6 → 6.2.3-beta7

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.
@@ -103,7 +103,7 @@ export declare class CaseTransactionsComponent implements OnInit {
103
103
  redirectToOrderFeeSearchPage(event: any, orderef: any): void;
104
104
  calculateAmounts(): void;
105
105
  isThereRemissions(): boolean;
106
- calculateOverpayment(): void;
106
+ calculateOverpaymentBasedOnRemission(): void;
107
107
  calculateAmountDueTo(): void;
108
108
  validateAmountDueTo(): void;
109
109
  calculateOverpaymentBaseOnAcceptedRefund(): void;
@@ -95,6 +95,7 @@ export declare class PaymentViewComponent implements OnInit {
95
95
  chkIsAddRefundBtnEnable(remission: IRemission): boolean;
96
96
  canItBeRefunded(remission: IRemission): boolean;
97
97
  chkIsAddRemissionBtnEnable(fee: IFee): boolean;
98
+ isTheCurrentRefundInProcessForThisFee(fee: IFee): boolean;
98
99
  selectPymentOption(paymentType: string): void;
99
100
  continuePayment(paymentgrp: IPaymentGroup): void;
100
101
  gotoPaymentSelectPage(event: Event): void;
@@ -123,6 +123,7 @@ export declare class ServiceRequestComponent implements OnInit {
123
123
  chkIsAddRefundBtnEnable(remission: IRemission): boolean;
124
124
  canItBeRefunded(remission: IRemission): boolean;
125
125
  chkIsAddRemissionBtnEnable(fee: IFee): boolean;
126
+ isTheCurrentRefundInProcessForThisFee(fee: IFee): boolean;
126
127
  resetOrderData(): void;
127
128
  selectPymentOption(paymentType: string): void;
128
129
  goToPaymentViewComp(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.2.3-beta6",
3
+ "version": "6.2.3-beta7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },