@hmcts/ccpay-web-component 5.0.4-beta07 → 5.0.4-beta08

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.
@@ -3297,7 +3297,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
3297
3297
  }
3298
3298
  this.excReference = this.paymentLibComponent.EXC_REFERENCE;
3299
3299
  this.takePayment = this.paymentLibComponent.TAKEPAYMENT;
3300
- this.servicerequest = this.paymentLibComponent.SERVICEREQUEST.toString();
3300
+ //this.servicerequest = this.paymentLibComponent.SERVICEREQUEST.toString();
3301
3301
  if (this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {
3302
3302
  this.serviceRequestValue = 'true';
3303
3303
  }