@hmcts/ccpay-web-component 5.0.2-beta103 → 5.0.2-beta104
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/service-request/service-request.component.js +2 -2
- package/esm5/lib/components/service-request/service-request.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
|
@@ -10745,7 +10745,7 @@ var ServiceRequestComponent = /** @class */ (function () {
|
|
|
10745
10745
|
function (payment) {
|
|
10746
10746
|
if (payment !== null && payment !== undefined) {
|
|
10747
10747
|
if (this.chkIsIssueRefundBtnEnable(payment)) {
|
|
10748
|
-
if (payment
|
|
10748
|
+
if (payment.over_payment > 0) {
|
|
10749
10749
|
this.viewCompStatus = 'overpayment';
|
|
10750
10750
|
}
|
|
10751
10751
|
else {
|