@hmcts/ccpay-web-component 5.2.12 → 5.2.13-beta01
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/pba-payment/pba-payment.component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js +1 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -7251,7 +7251,7 @@
|
|
|
7251
7251
|
this.isPBAAccountNotExist = false;
|
|
7252
7252
|
this.isPBAServerError = false;
|
|
7253
7253
|
this.isPBAAccountPaymentSuccess = false;
|
|
7254
|
-
this.isContinueButtondisabled =
|
|
7254
|
+
this.isContinueButtondisabled = false;
|
|
7255
7255
|
if (this.pbaAccountList.indexOf(this.selectedPbaAccount) !== -1) {
|
|
7256
7256
|
var requestBody_1 = new IserviceRequestPbaPayment(this.selectedPbaAccount, this.pbaPayOrderRef.orderTotalFees, this.pbaAccountRef, this.orgName);
|
|
7257
7257
|
setTimeout(function () {
|