Fix cleanup of customer import jobs.

This commit is contained in:
Jeff Stieler 2019-08-21 09:34:05 -07:00
parent 0659049629
commit f5b46ec037
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class ReportsSync {
self::ORDERS_IMPORT_BATCH_INIT,
self::ORDERS_DELETE_BATCH_INIT,
self::ORDERS_DELETE_BATCH_ACTION,
self::SINGLE_CUSTOMER_IMPORT_ACTION,
self::SINGLE_ORDER_IMPORT_ACTION,
);
$store->clear_pending_wcadmin_actions( $action_types );