This commit is contained in:
2026-02-02 17:30:17 +01:00
parent ae0ee002ec
commit 68c2d651c6
16 changed files with 173 additions and 44 deletions

View File

@@ -177,6 +177,7 @@ var paynow = {
} else if ($(paynow.selectors.cardMethodOptions).is(':visible') && !$(paynow.selectors.cardMethod + ':checked').length) {
paynow.paymentButton.disable()
} else if ($('div.paynow-payment-pbls .paynow-payment-option-pbl').is(':visible')) {
paynow.paymentButton.show()
paynow.pblValidate()
} else {
paynow.paymentButton.enable()