@hmcts/ccpay-web-component 4.0.0-beta534 → 4.0.0-beta535

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.
@@ -1802,7 +1802,7 @@ var ProcessRefundComponent = /** @class */ (function () {
1802
1802
  */
1803
1803
  function (response) {
1804
1804
  _this.isSuccesspageEnable = true;
1805
- _this.successMsg = JSON.parse(response);
1805
+ _this.successMsg = JSON.stringify(response).replace("\"", "").replace("\"", "").replace("", "");
1806
1806
  }), (/**
1807
1807
  * @param {?} err
1808
1808
  * @return {?}