plugin updates
This commit is contained in:
@@ -12,8 +12,8 @@ class Black_Friday_Promotion extends Abstract_Promotion implements Promotion_Int
|
||||
*/
|
||||
public function __construct() {
|
||||
parent::__construct(
|
||||
'black-friday-2023-promotion',
|
||||
new Time_Interval( \gmmktime( 11, 00, 00, 11, 23, 2023 ), \gmmktime( 11, 00, 00, 11, 28, 2023 ) )
|
||||
'black-friday-2024-promotion',
|
||||
new Time_Interval( \gmmktime( 10, 00, 00, 11, 28, 2024 ), \gmmktime( 10, 00, 00, 12, 3, 2024 ) )
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user