@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.
@@ -3209,8 +3209,8 @@ var CaseTransactionsComponent = /** @class */ (function () {
3209
3209
  }
3210
3210
  this.excReference = this.paymentLibComponent.EXC_REFERENCE;
3211
3211
  this.takePayment = this.paymentLibComponent.TAKEPAYMENT;
3212
- this.servicerequest = this.paymentLibComponent.SERVICEREQUEST;
3213
- if (this.paymentLibComponent.SERVICEREQUEST === 'true') {
3212
+ this.servicerequest = this.paymentLibComponent.SERVICEREQUEST.toString();
3213
+ if (this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {
3214
3214
  this.serviceRequestValue = 'true';
3215
3215
  }
3216
3216
  else {