diff --git a/views/js/buckaroo.js b/views/js/buckaroo.js index 93b2c089..0958fc1c 100644 --- a/views/js/buckaroo.js +++ b/views/js/buckaroo.js @@ -214,10 +214,12 @@ function buckaroo($) { } break; case 'ideal': - if ($('.ideal_radio').length > 0) { - methodValidator.requiredRadioSelection('ideal_issuer', '#booIdealErr'); - } else { - methodValidator.requiredDropDownSelection('ideal_issuer', '#booIdealErr'); + if ($('.noIdealIssuers').length === 0) { + if ($('.ideal_radio').length > 0) { + methodValidator.requiredRadioSelection('ideal_issuer', '#booIdealErr'); + } else { + methodValidator.requiredDropDownSelection('ideal_issuer', '#booIdealErr'); + } } break; case 'creditcard': diff --git a/views/templates/hook/payment_ideal.tpl b/views/templates/hook/payment_ideal.tpl index fa5d8210..1313889a 100644 --- a/views/templates/hook/payment_ideal.tpl +++ b/views/templates/hook/payment_ideal.tpl @@ -14,7 +14,7 @@ *}
-
+
{l s='Please choose your bank.' mod='buckaroo3'}"