@hmcts/ccpay-web-component 6.0.0-beta4 → 6.0.0-beta6

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.
@@ -3204,8 +3204,8 @@
3204
3204
  }
3205
3205
  this.excReference = this.paymentLibComponent.EXC_REFERENCE;
3206
3206
  this.takePayment = this.paymentLibComponent.TAKEPAYMENT;
3207
- this.servicerequest = this.paymentLibComponent.SERVICEREQUEST;
3208
- if (this.paymentLibComponent.SERVICEREQUEST === 'true') {
3207
+ this.servicerequest = this.paymentLibComponent.SERVICEREQUEST.toString();
3208
+ if (this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {
3209
3209
  this.serviceRequestValue = 'true';
3210
3210
  }
3211
3211
  else {