@hmcts/ccpay-web-component 6.2.1-beta01 → 6.2.1

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.
@@ -102,6 +102,11 @@ export declare class CaseTransactionsComponent implements OnInit {
102
102
  goToOrderViewDetailSection(orderReferenceObj: any): void;
103
103
  redirectToOrderFeeSearchPage(event: any, orderef: any): void;
104
104
  calculateAmounts(): void;
105
+ isThereRemissions(): boolean;
106
+ calculateOverpayment(): void;
107
+ calculateAmountDueTo(): void;
108
+ validateAmountDueTo(): void;
109
+ canItCalculateAmountDueForRemission(): boolean;
105
110
  calculateRefundAmount(): number;
106
111
  getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number;
107
112
  redirectToFeeSearchPage(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.2.1-beta01",
3
+ "version": "6.2.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },