Code Duplication    Length = 6-6 lines in 2 locations

catalog/includes/modules/payment/sage_pay_direct.php 2 locations

@@ 211-216 (lines=6) @@
208
                    '</tr>';
209
      }
210
211
      if (MODULE_PAYMENT_SAGE_PAY_DIRECT_VERIFY_WITH_CVC == 'True') {
212
        $content .= '<tr>' .
213
                    '  <td width="30%">' . OSCOM::getDef('module_payment_sage_pay_direct_credit_card_cvc') . '</td>' .
214
                    '  <td>' . HTML::inputField('cc_cvc_nh-dns', '', 'size="5" maxlength="4"') . '</td>' .
215
                    '</tr>';
216
      }
217
218
      if ( MODULE_PAYMENT_SAGE_PAY_DIRECT_TOKENS == 'True' ) {
219
        $content .= '<tr>' .
@@ 218-223 (lines=6) @@
215
                    '</tr>';
216
      }
217
218
      if ( MODULE_PAYMENT_SAGE_PAY_DIRECT_TOKENS == 'True' ) {
219
        $content .= '<tr>' .
220
                    '  <td width="30%">&nbsp;</td>' .
221
                    '  <td>' . HTML::checkboxField('cc_save', 'true') . ' ' . OSCOM::getDef('module_payment_sage_pay_direct_credit_card_save') . '</td>' .
222
                    '</tr>';
223
      }
224
225
      $content .= '</table>';
226