-
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 576 to 581 in 047a2c8
'tax' => $this->formatPrice($order->getTaxAmount(), $currency) // TODO: get tax | |
), | |
'timestamps' => array( | |
'created_at' => $order->getCreatedAt(), | |
'updated_at' => $order->getUpdatedAt(), | |
) |