@hmcts/ccpay-web-component 6.2.16-beta02 → 6.2.16

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.
@@ -104,6 +104,8 @@ export declare class CaseTransactionsComponent implements OnInit {
104
104
  calculateAmounts(): void;
105
105
  isThereRemissions(): boolean;
106
106
  calculateOverpaymentBasedOnRemission(): void;
107
+ getOrderFeesTotalOrTotalFees(): number;
108
+ getNumberOfFeesPerCaseTransaction(): number;
107
109
  calculateAmountDueTo(): void;
108
110
  validateAmountDueTo(): void;
109
111
  calculateOverpaymentBaseOnAcceptedRefund(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.2.16-beta02",
3
+ "version": "6.2.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },