@hmcts/ccpay-web-component 5.0.1-beta30 → 5.0.1-beta33
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 -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/case-transactions/case-transactions.component.js +2 -1
- package/esm2015/lib/components/table/table.component.js +3 -3
- package/esm5/lib/components/case-transactions/case-transactions.component.js +2 -1
- package/esm5/lib/components/table/table.component.js +3 -3
- package/fesm2015/hmcts-ccpay-web-component.js +2 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +2 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -3881,6 +3881,7 @@
|
|
|
3881
3881
|
function () {
|
|
3882
3882
|
var _this = this;
|
|
3883
3883
|
if (this.orderDetail !== null && this.orderDetail !== undefined) {
|
|
3884
|
+
this.paymentLibComponent.isFromServiceRequestPage = true;
|
|
3884
3885
|
this.orderDetail.forEach(( /**
|
|
3885
3886
|
* @param {?} orderDetail
|
|
3886
3887
|
* @return {?}
|
|
@@ -7948,7 +7949,7 @@
|
|
|
7948
7949
|
* @return {?}
|
|
7949
7950
|
*/
|
|
7950
7951
|
function (ccdCaseNumber, refundData) {
|
|
7951
|
-
this.router.navigate(["/cases/case-details
|
|
7952
|
+
this.router.navigate(["/cases/case-details/" + ccdCaseNumber], { relativeTo: this.activeRoute });
|
|
7952
7953
|
};
|
|
7953
7954
|
TableComponent.decorators = [
|
|
7954
7955
|
{ type: i0.Component, args: [{
|