agnostack/magento_extension

get without tax

Closed this issue · 0 comments

todo commented

'without_tax' => $this->formatPrice($order->getGrandTotal() - $order->getTaxAmount(), $currency), // TODO: get without tax
'tax' => $this->formatPrice($order->getTaxAmount(), $currency) // TODO: get tax
),
'timestamps' => array(
'created_at' => $order->getCreatedAt(),
'updated_at' => $order->getUpdatedAt(),


This issue was generated by todo based on a TODO comment in 047a2c8 when #164 was merged. cc @agnostack.