@hmcts/ccpay-web-component 5.0.4-beta01 → 5.0.4-beta02

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.
@@ -3278,7 +3278,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
3278
3278
  this.excReference = this.paymentLibComponent.EXC_REFERENCE;
3279
3279
  this.takePayment = this.paymentLibComponent.TAKEPAYMENT;
3280
3280
  this.servicerequest = this.paymentLibComponent.SERVICEREQUEST;
3281
- if (this.paymentLibComponent.SERVICEREQUEST === 'true' || this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {
3281
+ if (this.paymentLibComponent.SERVICEREQUEST === 'true') {
3282
3282
  this.serviceRequestValue = 'true';
3283
3283
  }
3284
3284
  else {