@hmcts/ccpay-web-component 5.0.1-beta116 → 5.0.1-beta117

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.
@@ -168,5 +168,6 @@ export declare class AddRemissionComponent implements OnInit {
168
168
  gotoCasetransationPage(): void;
169
169
  gotoCasetransationPageCancelBtnClicked(event: Event): void;
170
170
  resetOrderData(): void;
171
+ changeRefundAmount(): void;
171
172
  getFormattedCurrency(currency: number): string | number;
172
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta116",
3
+ "version": "5.0.1-beta117",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },