Applied coding standards.

This commit is contained in:
Vedanshu Jain 2023-01-02 17:16:56 +05:30
parent b9fd1b8129
commit e4d2b00681
1 changed files with 1 additions and 1 deletions

View File

@ -1807,7 +1807,7 @@ FROM $order_meta_table
*/
private function upshift_child_orders( $order ) {
global $wpdb;
$order_table = self::get_orders_table_name();
$order_table = self::get_orders_table_name();
$order_parent = $order->get_parent_id();
$wpdb->update(
$order_table,