@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
|
@@ -3916,6 +3916,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
|
|
|
3916
3916
|
function () {
|
|
3917
3917
|
var _this = this;
|
|
3918
3918
|
if (this.orderDetail !== null && this.orderDetail !== undefined) {
|
|
3919
|
+
this.paymentLibComponent.isFromServiceRequestPage = true;
|
|
3919
3920
|
this.orderDetail.forEach((/**
|
|
3920
3921
|
* @param {?} orderDetail
|
|
3921
3922
|
* @return {?}
|
|
@@ -8059,7 +8060,7 @@ var TableComponent = /** @class */ (function () {
|
|
|
8059
8060
|
* @return {?}
|
|
8060
8061
|
*/
|
|
8061
8062
|
function (ccdCaseNumber, refundData) {
|
|
8062
|
-
this.router.navigate(["/cases/case-details
|
|
8063
|
+
this.router.navigate(["/cases/case-details/" + ccdCaseNumber], { relativeTo: this.activeRoute });
|
|
8063
8064
|
};
|
|
8064
8065
|
TableComponent.decorators = [
|
|
8065
8066
|
{ type: Component, args: [{
|