@hmcts/ccpay-web-component 5.0.1-beta42 → 5.0.1-beta43
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 +3 -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/service-request/service-request.component.js +4 -2
- package/esm5/lib/components/service-request/service-request.component.js +4 -2
- package/fesm2015/hmcts-ccpay-web-component.js +3 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +3 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -8675,6 +8675,7 @@
|
|
|
8675
8675
|
* @return {?}
|
|
8676
8676
|
*/function (payment) {
|
|
8677
8677
|
if (payment.method.toLocaleLowerCase() === 'payment by account' && _this.allowFurtherAccessAfter4Days(payment)) {
|
|
8678
|
+
_this.paymentLibComponent.paymentReference = payment.reference;
|
|
8678
8679
|
_this.isPBA = true;
|
|
8679
8680
|
}
|
|
8680
8681
|
}));
|
|
@@ -8701,7 +8702,8 @@
|
|
|
8701
8702
|
if (this.chkForAddRemission(fee.code)) {
|
|
8702
8703
|
this.feeId = fee;
|
|
8703
8704
|
this.viewStatus = 'addremission';
|
|
8704
|
-
this.
|
|
8705
|
+
this.payment = this.orderDetail[0].payments[0];
|
|
8706
|
+
this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(( /**
|
|
8705
8707
|
* @param {?} paymentGroup
|
|
8706
8708
|
* @return {?}
|
|
8707
8709
|
*/function (paymentGroup) {
|