@hmcts/ccpay-web-component 4.0.0-beta542 → 4.0.0-beta543

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.
@@ -94,13 +94,13 @@ export declare class CaseTransactionsComponent implements OnInit {
94
94
  setDefaults(): void;
95
95
  getAllocationStatus(payments: any): any;
96
96
  checkForExceptionRecord(event: any): void;
97
- calculateOrderFeesAmounts(): void;
97
+ calculateOrderFeesAmounts(event: any): void;
98
98
  resetOrderVariables(): void;
99
99
  goToOrderViewDetailSection(orderReferenceObj: any): void;
100
100
  redirectToOrderFeeSearchPage(event: any, orderef: any): void;
101
101
  goToCaseTransationPage(event: any): void;
102
- calculateAmounts(): void;
103
- calculateRefundAmount(): number;
102
+ calculateAmounts(event: any): void;
103
+ calculateRefundAmount(event: any): number;
104
104
  getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number;
105
105
  redirectToFeeSearchPage(event: any): void;
106
106
  addRemission(fee: IFee): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "4.0.0-beta542",
3
+ "version": "4.0.0-beta543",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },