@hmcts/ccpay-web-component 4.0.0-beta555 → 4.0.0-beta556

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.
@@ -1834,7 +1834,7 @@ var ProcessRefundComponent = /** @class */ (function () {
1834
1834
  */
1835
1835
  function (response) {
1836
1836
  _this.isSuccesspageEnable = true;
1837
- _this.successMsg = JSON.stringify(response).replace("\"", "").replace("\"", "").replace("", "");
1837
+ _this.successMsg = JSON.parse(response).replace(/['"]+/g, '');
1838
1838
  }), (/**
1839
1839
  * @param {?} err
1840
1840
  * @return {?}