includes/payment-methods/class-wc-gateway-stripe-sepa.php 1 location
|
@@ 283-285 (lines=3) @@
|
280 |
|
|
281 |
|
$this->form(); |
282 |
|
|
283 |
|
if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) { |
284 |
|
$this->save_payment_method_checkbox(); |
285 |
|
} |
286 |
|
|
287 |
|
do_action( 'wc_stripe_sepa_payment_fields', $this->id ); |
288 |
|
|
includes/class-wc-gateway-stripe.php 1 location
|
@@ 281-283 (lines=3) @@
|
278 |
|
|
279 |
|
$this->elements_form(); |
280 |
|
|
281 |
|
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. |
282 |
|
|
283 |
|
$this->save_payment_method_checkbox(); |
284 |
|
} |
285 |
|
|
286 |
|
do_action( 'wc_stripe_cards_payment_fields', $this->id ); |