@hmcts/ccpay-web-component 4.0.0-beta557 → 4.0.0-beta558
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 +1 -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/payment-view/payment-view.component.js +2 -2
- package/esm5/lib/components/payment-view/payment-view.component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js +1 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
*/
|
|
1270
1270
|
function (payment, remission, fees) {
|
|
1271
1271
|
var _this = this;
|
|
1272
|
-
if (this.chkIsRefundRemissionBtnEnable()
|
|
1272
|
+
if (this.chkIsRefundRemissionBtnEnable()) {
|
|
1273
1273
|
this.payment = payment;
|
|
1274
1274
|
this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(( /**
|
|
1275
1275
|
* @param {?} paymentGroup
|