@hmcts/ccpay-web-component 5.0.2-beta83 → 5.0.2-beta84
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 +4 -6
- 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 +5 -8
- package/esm5/lib/components/service-request/service-request.component.js +5 -8
- package/fesm2015/hmcts-ccpay-web-component.js +4 -7
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +4 -7
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -10670,13 +10670,10 @@ var ServiceRequestComponent = /** @class */ (function () {
|
|
|
10670
10670
|
* @return {?}
|
|
10671
10671
|
*/
|
|
10672
10672
|
function (paymentGroup) {
|
|
10673
|
-
|
|
10674
|
-
|
|
10675
|
-
|
|
10676
|
-
|
|
10677
|
-
*/
|
|
10678
|
-
function (paymentGroupObj) { return paymentGroupObj.reference === payment.reference; }));
|
|
10679
|
-
_this.payment = _this.paymentGroup.payments[0];
|
|
10673
|
+
//this.paymentGroup = paymentGroup;
|
|
10674
|
+
// this.paymentGroup.payments = this.paymentGroup.payments.filter
|
|
10675
|
+
//(paymentGroupObj => paymentGroupObj.reference === payment.reference);
|
|
10676
|
+
_this.payment = paymentGroup.payments[0];
|
|
10680
10677
|
_this.remissions = remission;
|
|
10681
10678
|
_this.remissionFeeAmt = fees.filter((/**
|
|
10682
10679
|
* @param {?} data
|