@hmcts/ccpay-web-component 5.0.4-beta05 → 5.0.4-beta06
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.
- package/bundles/hmcts-ccpay-web-component.umd.js +0 -1
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/case-transactions/case-transactions.component.js +1 -4
- package/esm5/lib/components/case-transactions/case-transactions.component.js +1 -4
- package/fesm2015/hmcts-ccpay-web-component.js +0 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +0 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/hmcts-ccpay-web-component.metadata.json +1 -1
- package/lib/components/case-transactions/case-transactions.component.d.ts +0 -1
- package/package.json +1 -1
|
@@ -3268,7 +3268,6 @@
|
|
|
3268
3268
|
}
|
|
3269
3269
|
this.excReference = this.paymentLibComponent.EXC_REFERENCE;
|
|
3270
3270
|
this.takePayment = this.paymentLibComponent.TAKEPAYMENT;
|
|
3271
|
-
this.servicerequest = this.paymentLibComponent.SERVICEREQUEST.toString();
|
|
3272
3271
|
if (this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {
|
|
3273
3272
|
this.serviceRequestValue = 'true';
|
|
3274
3273
|
}
|