@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.
@@ -7332,7 +7332,7 @@ var AddRemissionComponent = /** @class */ (function () {
7332
7332
  function (response) {
7333
7333
  if (JSON.parse(response)) {
7334
7334
  _this.viewCompStatus = '';
7335
- _this.viewStatus = 'remissionAddressPage';
7335
+ _this.viewStatus = 'refundconfirmationpage';
7336
7336
  _this.refundReference = JSON.parse(response).refund_reference;
7337
7337
  _this.refundAmount = JSON.parse(response).refund_amount;
7338
7338
  }