Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 284-286 (lines=3) @@
281
282
		$this->form();
283
284
		if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) {
285
			$this->save_payment_method_checkbox();
286
		}
287
288
		do_action( 'wc_stripe_sepa_payment_fields', $this->id );
289

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

@@ 271-273 (lines=3) @@
268
269
		$this->elements_form();
270
271
		if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) { // wpcs: csrf ok.
272
273
			$this->save_payment_method_checkbox();
274
		}
275
276
		do_action( 'wc_stripe_cards_payment_fields', $this->id );