1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

debug data from test

This commit is contained in:
Pavel 2020-06-09 11:09:08 +03:00
parent d644d02238
commit e59e09bc87

View file

@ -300,6 +300,7 @@ class WC_Retailcrm_History_Test extends WC_Retailcrm_Test_Case_Helper
$orderUser = $order->get_user();
if ($orderUser instanceof WP_User) {
WC_Retailcrm_Logger::debug(__METHOD__, get_user_meta($orderUser->ID));
$this->assertEquals('psycho913', $orderUser->get('_billing_first_name'));
$this->assertEquals('psycho913', $orderUser->get('_billing_last_name'));
} else {