Code Duplication    Length = 3-3 lines in 2 locations

includes/payment-methods/class-wc-gateway-stripe-sepa.php 1 location

@@ 305-307 (lines=3) @@
302
303
		$this->form();
304
305
		if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) {
306
			$this->save_payment_method_checkbox();
307
		}
308
309
		echo '</div>';
310
	}

includes/class-wc-gateway-stripe.php 1 location

@@ 434-436 (lines=3) @@
431
			}
432
		}
433
434
		if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) {
435
			$this->save_payment_method_checkbox();
436
		}
437
438
		echo '</div>';
439
	}