Skip to content

Commit

Permalink
adding to woo email page
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome committed Apr 17, 2024
1 parent cf22281 commit 85e1061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

use GoodBids\Plugins\WooCommerce\Emails\AuctionClosed;
use GoodBids\Plugins\WooCommerce\Emails\AuctionFreeBidUsed;
use GoodBids\Plugins\WooCommerce\Emails\AuctionIsEndingSoon;
use GoodBids\Plugins\WooCommerce\Emails\AuctionIsLive;
use GoodBids\Plugins\WooCommerce\Emails\AuctionIsLiveAdmin;
use GoodBids\Plugins\WooCommerce\Emails\AuctionOutbid;
Expand Down Expand Up @@ -105,6 +106,7 @@ public function load_email_classes(): void {
$this->email_classes = [
'AuctionClosed' => new AuctionClosed(),
'AuctionFreeBidUsed' => new AuctionFreeBidUsed(),
'AuctionIsEndingSoon' => new AuctionIsEndingSoon(),
'AuctionIsLive' => new AuctionIsLive(),
'AuctionIsLiveAdmin' => new AuctionIsLiveAdmin(),
'AuctionOutbid' => new AuctionOutbid(),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Auction is Ending Soon: Email the Watchers when an Auction is 1 hour from closing.
* Auction is Ending Soon: Email the Watchers when an Auction is close to closing.
*
* @since 1.0.0
* @package GoodBids
Expand Down

0 comments on commit 85e1061

Please sign in to comment.