Fix single_order_view event name

This commit is contained in:
Rebecca Scott 2020-03-25 13:04:54 +10:00
parent 496b602eb4
commit 75a9971e9d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class WC_Order_Tracking {
'payment_method' => $order->get_payment_method(),
);
WC_Tracks::record_event( 'wcadmin_single_order_view', $properties );
WC_Tracks::record_event( 'single_order_view', $properties );
}
}