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