@hmcts/ccpay-web-component 5.0.1-beta16 → 5.0.1-beta17

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.
@@ -2841,7 +2841,7 @@
2841
2841
  * @param {?} response
2842
2842
  * @return {?}
2843
2843
  */function (response) {
2844
- _this.cpoDetails = JSON.parse(response).data.content[0];
2844
+ _this.cpoDetails = JSON.parse(response).content[0];
2845
2845
  }), ( /**
2846
2846
  * @param {?} error
2847
2847
  * @return {?}
@@ -2872,7 +2872,7 @@
2872
2872
  * @param {?} response
2873
2873
  * @return {?}
2874
2874
  */function (response) {
2875
- _this.cpoDetails = JSON.parse(response).data.content[0];
2875
+ _this.cpoDetails = JSON.parse(response).content[0];
2876
2876
  }), ( /**
2877
2877
  * @param {?} error
2878
2878
  * @return {?}