@hmcts/ccpay-web-component 5.0.2-beta63 → 5.0.2-beta66

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.
@@ -162,7 +162,7 @@ export declare class AddRemissionComponent implements OnInit {
162
162
  processRefund(): void;
163
163
  gotoIssueRefundConfirmation(payment: IPayment): void;
164
164
  gotoIssueRefundPage(): void;
165
- gotoIssuePage(): void;
165
+ gotoIssuePage(isFullyRefund: any): void;
166
166
  calAmtToRefund(value: any, amount: any, volume: any, i: any): void;
167
167
  gotoContactDetailsPage(note?: IRefundContactDetails): void;
168
168
  getRefundReasons(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.2-beta63",
3
+ "version": "5.0.2-beta66",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },