Fix indentation/

This commit is contained in:
Vedanshu Jain 2023-07-31 13:55:33 +05:30
parent 77352b29ac
commit 221a0768cc
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ class OrdersTableDataStore extends \Abstract_WC_Order_Data_Store_CPT implements
* @param \WC_Abstract_Order $order Order object to backfill.
*/
public function backfill_post_record( $order ) {
$cpt_data_store = $this->get_post_data_store_for_backfill();
$cpt_data_store = $this->get_post_data_store_for_backfill();
if ( is_null( $cpt_data_store ) || ! method_exists( $cpt_data_store, 'update_order_from_object' ) ) {
return;
}