@hmcts/ccpay-web-component 5.2.2 → 5.2.3

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.
@@ -7234,6 +7234,7 @@
7234
7234
  this.isPBAAccountNotExist = false;
7235
7235
  this.isPBAServerError = false;
7236
7236
  this.isPBAAccountPaymentSuccess = false;
7237
+ this.isContinueButtondisabled = true;
7237
7238
  if (this.pbaAccountList.indexOf(this.selectedPbaAccount) !== -1) {
7238
7239
  var requestBody = new IserviceRequestPbaPayment(this.selectedPbaAccount, this.pbaPayOrderRef.orderTotalFees, this.pbaAccountRef, this.orgName);
7239
7240
  this.paymentViewService.postPBAaccountPayment(this.pbaPayOrderRef.orderRefId, requestBody)