includes/class-wc-gateway-stripe.php 1 location
|
@@ 442-444 (lines=3) @@
|
| 439 |
|
} |
| 440 |
|
} |
| 441 |
|
|
| 442 |
|
if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) { |
| 443 |
|
$this->save_payment_method_checkbox(); |
| 444 |
|
} |
| 445 |
|
|
| 446 |
|
echo '</div>'; |
| 447 |
|
} |
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 |
|
} |