@hmcts/ccpay-web-component 5.0.7-beta29 → 5.0.7-beta31
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 -3
- 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/notification-preview/notification-preview.component.js +1 -1
- package/esm2015/lib/services/notification/notification.service.js +2 -4
- package/esm5/lib/components/notification-preview/notification-preview.component.js +1 -1
- package/esm5/lib/services/notification/notification.service.js +2 -4
- package/fesm2015/hmcts-ccpay-web-component.js +1 -3
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -3
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -3067,9 +3067,7 @@
|
|
|
3067
3067
|
* @return {?}
|
|
3068
3068
|
*/
|
|
3069
3069
|
function (body) {
|
|
3070
|
-
return this.https.post(this.paymentLibService.NOTIFICATION_API_ROOT + "/doc-preview", body
|
|
3071
|
-
withCredentials: true
|
|
3072
|
-
}).pipe(operators.catchError(this.errorHandlerService.handleError));
|
|
3070
|
+
return this.https.post(this.paymentLibService.NOTIFICATION_API_ROOT + "/doc-preview", body).pipe(operators.catchError(this.errorHandlerService.handleError));
|
|
3073
3071
|
};
|
|
3074
3072
|
NotificationService.decorators = [
|
|
3075
3073
|
{ type: i0.Injectable, args: [{
|