@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.
@@ -3269,7 +3269,7 @@
3269
3269
  this.excReference = this.paymentLibComponent.EXC_REFERENCE;
3270
3270
  this.takePayment = this.paymentLibComponent.TAKEPAYMENT;
3271
3271
  this.servicerequest = this.paymentLibComponent.SERVICEREQUEST;
3272
- if (this.paymentLibComponent.SERVICEREQUEST === 'true' || this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {
3272
+ if (this.paymentLibComponent.SERVICEREQUEST === 'true') {
3273
3273
  this.serviceRequestValue = 'true';
3274
3274
  }
3275
3275
  else {