includes/class-wc-gateway-stripe.php 1 location
|
@@ 457-459 (lines=3) @@
|
| 454 |
|
} |
| 455 |
|
} |
| 456 |
|
|
| 457 |
|
if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) { |
| 458 |
|
$this->save_payment_method_checkbox(); |
| 459 |
|
} |
| 460 |
|
|
| 461 |
|
echo '</div>'; |
| 462 |
|
} |
includes/payment-methods/class-wc-gateway-stripe-sepa.php 1 location
|
@@ 314-316 (lines=3) @@
|
| 311 |
|
|
| 312 |
|
$this->form(); |
| 313 |
|
|
| 314 |
|
if ( apply_filters( 'wc_stripe_display_save_payment_method_checkbox', $display_tokenization ) && ! is_add_payment_method_page() && ! isset( $_GET['change_payment_method'] ) ) { |
| 315 |
|
$this->save_payment_method_checkbox(); |
| 316 |
|
} |
| 317 |
|
|
| 318 |
|
echo '</div>'; |
| 319 |
|
} |