Skip to content

Commit

Permalink
Update client-mu-plugins/goodbids/src/classes/Plugins/WooCommerce/Ema…
Browse files Browse the repository at this point in the history
…ils/AuctionRewardClaimedAdmin.php

Co-authored-by: Brian DiChiara <[email protected]>
  • Loading branch information
clatwell and bd-viget authored Apr 24, 2024
1 parent 2fe9fa6 commit 7b61d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct() {
$this->description = __( 'Notification email sent to site admins when a reward is claimed', 'goodbids' );
$this->template_html = 'emails/auction-reward-claimed-admin.php';
$this->template_plain = 'emails/plain/auction-reward-claimed-admin.php';
$this->bidder_email = true;
$this->admin_email = true;

$this->trigger_on_reward_claimed();
}
Expand Down

0 comments on commit 7b61d47

Please sign in to comment.