includes/class-wc-gateway-stripe.php 1 location
|
@@ 429-431 (lines=3) @@
|
| 426 |
|
} |
| 427 |
|
} |
| 428 |
|
|
| 429 |
|
if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) { |
| 430 |
|
$this->save_payment_method_checkbox(); |
| 431 |
|
} |
| 432 |
|
|
| 433 |
|
echo '</div>'; |
| 434 |
|
} |
includes/payment-methods/class-wc-gateway-stripe-sepa.php 1 location
|
@@ 301-303 (lines=3) @@
|
| 298 |
|
|
| 299 |
|
$this->form(); |
| 300 |
|
|
| 301 |
|
if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) { |
| 302 |
|
$this->save_payment_method_checkbox(); |
| 303 |
|
} |
| 304 |
|
|
| 305 |
|
echo '</div>'; |
| 306 |
|
} |