PATH:
home
/
letacommog
/
broderie
/
wp-content
/
plugins
/
woocommerce-gateway-stripe
/
templates
/
emails
/
plain
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } echo $email_heading . "\n\n"; printf( // translators: %s is a link to the payment re-authentication URL. _x( 'Your pre-order is now available, but payment cannot be completed automatically. Please complete the payment now: %s', 'woocommerce-gateway-stripe' ), $authorization_url ); if ( $email->get_custom_message() ) : echo "----------\n\n"; echo wptexturize( $email->get_custom_message() ) . "\n\n"; echo "----------\n\n"; endif; echo "\n\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n"; do_action( 'woocommerce_subscriptions_email_order_details', $order, $sent_to_admin, $plain_text, $email ); echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n"; echo apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) );
[+]
..
[-] failed-renewal-authentication.php
[edit]
[-] failed-preorder-authentication.php
[edit]
[-] failed-renewal-authentication-requested.php
[edit]