Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -190,6 +190,7 @@ |
191 | 191 | $form .= '</tr>'; |
192 | 192 | |
193 | 193 | // country |
| 194 | + /* |
194 | 195 | $form .= '<tr>'; |
195 | 196 | $form .= '<td colspan=2><span class="creditcard-error-msg">' . $this->form_errors['country'] . '</span></td>'; |
196 | 197 | $form .= '</tr>'; |
— | — | @@ -197,6 +198,7 @@ |
198 | 199 | $form .= '<td class="label"> </td>'; |
199 | 200 | $form .= '<td>' . $this->generateCountryDropdown() . '</td>'; |
200 | 201 | $form .= '</tr>'; |
| 202 | + */ |
201 | 203 | |
202 | 204 | // email |
203 | 205 | $form .= '<tr>'; |