Add to reading order ID when creating new order.
This commit is contained in:
parent
2390309006
commit
605a65ec28
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue