@hmcts/ccpay-web-component 5.2.7-beta05 → 5.2.7
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 +0 -4
- 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 +1 -5
- package/fesm2015/hmcts-ccpay-web-component.js +0 -4
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/lib/components/pba-payment/pba-payment.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -7241,9 +7241,7 @@
|
|
|
7241
7241
|
this.isContinueButtondisabled = true;
|
|
7242
7242
|
if (this.pbaAccountList.indexOf(this.selectedPbaAccount) !== -1) {
|
|
7243
7243
|
var requestBody_1 = new IserviceRequestPbaPayment(this.selectedPbaAccount, this.pbaPayOrderRef.orderTotalFees, this.pbaAccountRef, this.orgName);
|
|
7244
|
-
console.log('antes!');
|
|
7245
7244
|
setTimeout(function () {
|
|
7246
|
-
console.log('primero!');
|
|
7247
7245
|
_this.paymentViewService.postPBAaccountPayment(_this.pbaPayOrderRef.orderRefId, requestBody_1)
|
|
7248
7246
|
.subscribe(function (r) {
|
|
7249
7247
|
try {
|
|
@@ -7267,9 +7265,7 @@
|
|
|
7267
7265
|
_this.isPBAServerError = true;
|
|
7268
7266
|
}
|
|
7269
7267
|
});
|
|
7270
|
-
console.log('despues!');
|
|
7271
7268
|
}, 5000);
|
|
7272
|
-
console.log('No te espero!');
|
|
7273
7269
|
}
|
|
7274
7270
|
else {
|
|
7275
7271
|
this.isPBAServerError = true;
|