@hmcts/ccpay-web-component 5.0.1-beta83 → 5.0.1-beta84

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.
@@ -7226,7 +7226,7 @@
7226
7226
  */function (response) {
7227
7227
  if (JSON.parse(response)) {
7228
7228
  _this.viewCompStatus = '';
7229
- _this.viewStatus = 'remissionAddressPage';
7229
+ _this.viewStatus = 'refundconfirmationpage';
7230
7230
  _this.refundReference = JSON.parse(response).refund_reference;
7231
7231
  _this.refundAmount = JSON.parse(response).refund_amount;
7232
7232
  }