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