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