We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80f306 commit 89bacb6Copy full SHA for 89bacb6
src/app/code/community/Zendesk/Zendesk/Helper/Data.php
@@ -606,7 +606,6 @@ public function getOrderDetailBasic($order)
606
'product_id' => $item->getProductId(),
607
'name' => $item->getName(),
608
'sku' => $item->getSku(),
609
- 'url' => $adminUrl,
610
'quantity' => intval($item->getQtyOrdered()),
611
'refunded' => intval($item->getQtyRefunded()),
612
'meta' => array(
@@ -622,7 +621,7 @@ public function getOrderDetailBasic($order)
622
621
'product' => array(
623
'status' => $product->getStatus(),
624
'type' => $product->getTypeId(),
625
- 'url' => $product->getUrlPath(),
+ 'path' => $product->getUrlPath(),
626
'image' => $product->getThumbnail(),
627
'description' => $product->getDescription(),
628
)
0 commit comments