@hmcts/ccpay-web-component 5.0.1-beta78 → 5.0.1-beta80

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.
@@ -142,6 +142,7 @@ export declare class AddRemissionComponent implements OnInit {
142
142
  selectchange(args: any): void;
143
143
  getContactDetails(obj: IRefundContactDetails, type: any): void;
144
144
  gotoServiceRequestPage(event: any): void;
145
+ gotoAddressPage(): void;
145
146
  gotoCasetransationPage(): void;
146
147
  gotoCasetransationPageCancelBtnClicked(event: Event): void;
147
148
  resetOrderData(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta78",
3
+ "version": "5.0.1-beta80",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },