-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
Description
magento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php
Lines 459 to 464 in 047a2c8
$id = $order->getCustomerId(); // TODO: should this be customerId or entity id?? | |
$email = $order->getCustomerEmail(); | |
$customer = array(); | |
if ($isGuest){ | |
$customer['type'] = 'guest'; |