@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.
@@ -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/:" + ccdCaseNumber], { relativeTo: this.activeRoute });
8063
+ this.router.navigate(["/cases/case-details/" + ccdCaseNumber], { relativeTo: this.activeRoute });
8063
8064
  };
8064
8065
  TableComponent.decorators = [
8065
8066
  { type: Component, args: [{