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