@hmcts/ccpay-web-component 6.0.0-beta10 → 6.0.0-beta11
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/services/payment-view/payment-view.service.js +2 -2
- package/esm5/lib/services/payment-view/payment-view.service.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
|
@@ -1100,7 +1100,7 @@ var PaymentViewService = /** @class */ (function () {
|
|
|
1100
1100
|
function (serviceRef, body) {
|
|
1101
1101
|
/** @type {?} */
|
|
1102
1102
|
var url = this.paymentLibService.API_ROOT + "/service-request/" + serviceRef + "/card-payments";
|
|
1103
|
-
body['return-url'] =
|
|
1103
|
+
body['return-url'] = this.paymentLibService.CURRENTENV + "/payment";
|
|
1104
1104
|
return this.https.post(url, body).pipe(catchError(this.errorHandlerService.handleError));
|
|
1105
1105
|
};
|
|
1106
1106
|
/**
|