@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
|
@@ -3071,9 +3071,7 @@ var NotificationService = /** @class */ (function () {
|
|
|
3071
3071
|
* @return {?}
|
|
3072
3072
|
*/
|
|
3073
3073
|
function (body) {
|
|
3074
|
-
return this.https.post(this.paymentLibService.NOTIFICATION_API_ROOT + "/doc-preview", body
|
|
3075
|
-
withCredentials: true
|
|
3076
|
-
}).pipe(catchError(this.errorHandlerService.handleError));
|
|
3074
|
+
return this.https.post(this.paymentLibService.NOTIFICATION_API_ROOT + "/doc-preview", body).pipe(catchError(this.errorHandlerService.handleError));
|
|
3077
3075
|
};
|
|
3078
3076
|
NotificationService.decorators = [
|
|
3079
3077
|
{ type: Injectable, args: [{
|