mirror of
https://gh.llkk.cc/https://github.com/CaptainCore/captaincore-manager.git
synced 2025-10-04 14:12:08 +08:00
Include payment express emails when resending failed payments orders.
This commit is contained in:
parent
2a7260606c
commit
e23f8aba41
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
*/
|
||||
do_action( 'woocommerce_email_header', $email_heading, $email ); ?>
|
||||
|
||||
<?php if ( $order->has_status( 'pending' ) ) : ?>
|
||||
<?php if ( $order->has_status( 'pending' ) or $order->has_status( 'failed' ) ) : ?>
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue