From d3b9ae8384e379010d92b3c649793f3cb2c88028 Mon Sep 17 00:00:00 2001 From: Michael Davidsen Date: Thu, 30 Mar 2023 09:35:40 +0200 Subject: [PATCH] Fix typo in helper/data --- src/app/code/community/Zendesk/Zendesk/Helper/Data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/code/community/Zendesk/Zendesk/Helper/Data.php b/src/app/code/community/Zendesk/Zendesk/Helper/Data.php index 5202c12..47f8f36 100644 --- a/src/app/code/community/Zendesk/Zendesk/Helper/Data.php +++ b/src/app/code/community/Zendesk/Zendesk/Helper/Data.php @@ -585,7 +585,7 @@ public function getOrderDetailBasic($order) 'display_price' => array( 'with_tax' => $this->formatPrice($itemWithoutTax + $itemTax, $currency), 'without_tax' => $this->formatPrice($itemWithoutTax, $currency), - 'tax' => $this->formatPrice($iitemTax, $currency) + 'tax' => $this->formatPrice($itemTax, $currency) ), 'timestamps' => array( 'created_at' => $item->getCreatedAt(), @@ -819,4 +819,4 @@ public function getFilteredOrdersByProduct($customerFilters, $productFilters) #endregion version 3.0 or later } - \ No newline at end of file +