@hmcts/ccpay-web-component 4.0.0-beta554 → 4.0.0-beta555
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 +1 -1
- 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/add-remission/add-remission.component.js +2 -2
- package/esm5/lib/components/add-remission/add-remission.component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js +1 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -6427,7 +6427,7 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
6427
6427
|
* @return {?}
|
|
6428
6428
|
*/
|
|
6429
6429
|
function (response) {
|
|
6430
|
-
if (response.success) {
|
|
6430
|
+
if (JSON.parse(response).success) {
|
|
6431
6431
|
/** @type {?} */
|
|
6432
6432
|
var LDUrl = _this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable';
|
|
6433
6433
|
LDUrl += "&caseType=" + _this.caseType;
|