@hmcts/ccpay-web-component 5.0.2-beta30 → 5.0.2-beta33

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.
@@ -163,7 +163,7 @@ export declare class AddRemissionComponent implements OnInit {
163
163
  getRefundReasons(): void;
164
164
  getErrorClass(elementId: any): void;
165
165
  changeIssueRefundReason(): void;
166
- confirmIssueRefund(): void;
166
+ confirmIssueRefund(isFullyRefund: any): void;
167
167
  gotoRefundReasonPage(): void;
168
168
  selectRadioButton(key: any, value: any): void;
169
169
  selectchange(args: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.2-beta30",
3
+ "version": "5.0.2-beta33",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },