@hmcts/ccpay-web-component 6.1.11-beta → 6.2.0

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.
@@ -1,5 +1,4 @@
1
1
  import { OnInit } from '@angular/core';
2
- import type { PaymentLibComponent } from '../../payment-lib.component';
3
2
  import { IPaymentGroup } from '../../interfaces/IPaymentGroup';
4
3
  import { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';
5
4
  import { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';
@@ -11,6 +10,7 @@ import { IRemission } from '../../interfaces/IRemission';
11
10
  import { IPaymentView } from '../../interfaces/IPaymentView';
12
11
  import { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';
13
12
  import { Router } from '@angular/router';
13
+ import type { PaymentLibComponent } from '../../payment-lib.component';
14
14
  import * as i0 from "@angular/core";
15
15
  export declare class CaseTransactionsComponent implements OnInit {
16
16
  private router;
@@ -101,6 +101,11 @@ export declare class CaseTransactionsComponent implements OnInit {
101
101
  goToOrderViewDetailSection(orderReferenceObj: any): void;
102
102
  redirectToOrderFeeSearchPage(event: any, orderef: any): void;
103
103
  calculateAmounts(): void;
104
+ isThereRemissions(): boolean;
105
+ calculateOverpayment(): void;
106
+ calculateAmountDueTo(): void;
107
+ validateAmountDueTo(): void;
108
+ canItCalculateAmountDueForRemission(): boolean;
104
109
  calculateRefundAmount(): number;
105
110
  getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number;
106
111
  redirectToFeeSearchPage(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.1.11-beta",
3
+ "version": "6.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },