Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | $form = ''; |
148 | 148 | |
149 | 149 | $payment_submethod = $this->gateway->getPaymentSubmethodMeta( $this->getPaymentSubmethod() ); |
150 | | - if ( !isset( $payment_submethod['issuerids'] ) ) { |
| 150 | + if ( !isset( $payment_submethod['issuerids'] ) || empty( $payment_submethod['issuerids'] ) ) { |
151 | 151 | |
152 | 152 | // No issuer_id to load |
153 | 153 | return $form; |