Skip to content

Commit b5d3223

Browse files
Simplify action names for AsyncGenerator
1 parent e68acbf commit b5d3223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Integrations/POSCatalog/AsyncGenerator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
}
2020

2121
/**
22-
* Async Generator for the POS catalog.
22+
* Async Generator for feeds.
2323
*/
2424
final class AsyncGenerator {
2525
/**
2626
* The Action Scheduler action hook for the feed generation.
2727
*
2828
* @var string
2929
*/
30-
const FEED_GENERATION_ACTION = 'wpfoai_pos_catalog_feed_generation';
30+
const FEED_GENERATION_ACTION = 'wpfoai_feed_generation';
3131

3232
/**
3333
* The Action Scheduler action hook for the feed deletion.
3434
*
3535
* @var string
3636
*/
37-
const FEED_DELETION_ACTION = 'wpfoai_pos_catalog_feed_deletion';
37+
const FEED_DELETION_ACTION = 'wpfoai_feed_deletion';
3838

3939
/**
4040
* Feed expiry time, once completed.

0 commit comments

Comments
 (0)