Add to reading order ID when creating new order.

This commit is contained in:
Vedanshu Jain 2023-07-31 12:44:47 +05:30
parent 2390309006
commit 605a65ec28
1 changed files with 2 additions and 0 deletions

View File

@ -2310,8 +2310,10 @@ FROM $order_meta_table
$order->apply_changes();
if ( $backfill ) {
self::$reading_order_ids[] = $order->get_id();
$this->maybe_backfill_post_record( $order );
}
$this->clear_caches( $order );
}