Remove dead variable
This commit is contained in:
parent
287fc29994
commit
a7b952838d
|
@ -37,8 +37,7 @@ class WC_Payment_Gateway_eCheck extends WC_Payment_Gateway {
|
|||
* @since 2.6.0
|
||||
*/
|
||||
public function form() {
|
||||
$html = '';
|
||||
$fields = array();
|
||||
$fields = array();
|
||||
|
||||
$default_fields = array(
|
||||
'routing-number' => '<p class="form-row form-row-first">
|
||||
|
|
Loading…
Reference in New Issue