@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.
- package/bundles/hmcts-ccpay-web-component.umd.js +2 -2
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/case-transactions/case-transactions.component.js +3 -3
- package/esm5/lib/components/case-transactions/case-transactions.component.js +3 -3
- package/fesm2015/hmcts-ccpay-web-component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +2 -2
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
* @param {?} response
|
|
2842
2842
|
* @return {?}
|
|
2843
2843
|
*/function (response) {
|
|
2844
|
-
_this.cpoDetails = JSON.parse(response).
|
|
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).
|
|
2875
|
+
_this.cpoDetails = JSON.parse(response).content[0];
|
|
2876
2876
|
}), ( /**
|
|
2877
2877
|
* @param {?} error
|
|
2878
2878
|
* @return {?}
|