supports( 'tokenization' ) && is_checkout() ) { $this->tokenization_script(); $this->saved_payment_methods(); $this->form(); $this->save_payment_method_checkbox(); } else { $this->form(); } } /** * Outputs fields for entering eCheck information. * * @since 2.6.0 */ public function form() { $fields = array(); $default_fields = array( 'routing-number' => '

', 'account-number' => '

', ); $fields = wp_parse_args( $fields, apply_filters( 'woocommerce_echeck_form_fields', $default_fields, $this->id ) ); ?>
id ); ?> id ); ?>